mirror of
https://github.com/e107inc/e107.git
synced 2025-08-29 17:19:56 +02:00
Minor fixes.
This commit is contained in:
@@ -734,7 +734,10 @@ class page_admin_ui extends e_admin_ui
|
||||
{
|
||||
list($tm,$key) = explode("_",$k);
|
||||
|
||||
$newData .= "[newpage=".$_POST['page_subtitle'][$key]."]\n";
|
||||
if($mode === FALSE) // Pages only, not menus.
|
||||
{
|
||||
$newData .= "[newpage=".$_POST['page_subtitle'][$key]."]\n";
|
||||
}
|
||||
$newData .= $v."\n\n";
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user