Commit f6ad31ca authored by Jean-Paul Saman's avatar Jean-Paul Saman

PHP 5.2 fixes

parent db1fb033
......@@ -18,7 +18,7 @@ $perms =& $AppUI->acl();
if (! $perms->checkModule('backup', 'view')) // Should we have an exec permission?
$AppUI->redirect("m=public&a=access_denied");
$title =& new CTitleBlock('Backup Database', 'companies.gif', $m, $m .'.'.$a);
$title = new CTitleBlock('Backup Database', 'companies.gif', $m, $m .'.'.$a);
$title->addCrumb('index.php?m=backup&a=restore', 'restore xml file');
$title->show();
?>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment