Project

General

Profile

« Previous | Next » 

Revision 488

Added by Matthias almost 17 years ago

Fixed issue with escaped single quotes in pagenames generation (thanks to thorn)

View differences:

add.php
32 32
require_once(WB_PATH.'/framework/functions.php');
33 33

  
34 34
// Get values
35
$title = $admin->add_slashes($admin->get_post_escaped('title'));
35
$title = $admin->get_post_escaped('title');
36 36
$title = my_htmlspecialchars($title);
37 37
$module = $admin->get_post('type');
38 38
$parent = $admin->get_post('parent');

Also available in: Unified diff