mirror of
https://github.com/e107inc/e107.git
synced 2025-08-02 20:57:26 +02:00
Possible fix for Issue #41
This commit is contained in:
@@ -862,7 +862,7 @@ class page_admin_ui extends e_admin_ui
|
|||||||
|
|
||||||
if($mode == FALSE) // Pages only, not menus.
|
if($mode == FALSE) // Pages only, not menus.
|
||||||
{
|
{
|
||||||
$newData[] = "[newpage=".$_POST['page_subtitle'][$key]."]\n";
|
// $newData[] = "[newpage=".$_POST['page_subtitle'][$key]."]\n";
|
||||||
}
|
}
|
||||||
$newData[] = $v;
|
$newData[] = $v;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user