mirror of
https://github.com/e107inc/e107.git
synced 2025-07-31 03:40:37 +02:00
Missing object fix.
This commit is contained in:
@@ -986,6 +986,7 @@ function update_706_to_800($type='')
|
||||
|
||||
if($sql->update('page',"menu_title = page_title, menu_text = page_text, menu_template='default' WHERE menu_title = '' AND menu_text = '' "))
|
||||
{
|
||||
$mes = e107::getMessage();
|
||||
$mes->addDebug("Successfully updated pages/menus table to new format. ");
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user