Update the install.php.

This commit is contained in:
markjcrane
2016-03-26 19:17:33 -06:00
parent e3175814bd
commit d71f1323c3
7 changed files with 54 additions and 132 deletions

View File

@@ -994,7 +994,7 @@ include "root.php";
//set the defaults
$menu_name = 'default';
$menu_language = 'en-us';
$menu_description = 'Default Menu Set';
$menu_description = 'Default Menu';
$this->write_progress("\tChecking if menu exists");
$sql = "select count(*) from v_menus ";