Project

General

Profile

« Previous | Next » 

Revision 396

Added by Matthias almost 18 years ago

Fixed problem with Page Title has to be escaped (#287)

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('title'));
35
$title = $admin->add_slashes($admin->get_post_escaped('title'));
36 36
$module = $admin->get_post('type');
37 37
$parent = $admin->get_post('parent');
38 38
$visibility = $admin->get_post('visibility');

Also available in: Unified diff