mirror of
https://github.com/e107inc/e107.git
synced 2025-04-19 20:21:51 +02:00
Missing object fix.
This commit is contained in:
parent
e5d25b4635
commit
4dfdaacac7
@ -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. ");
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user