Change the method name to menu_default.

This commit is contained in:
markjcrane 2016-03-26 21:22:52 -06:00
parent d5b3fffda8
commit c0b93e849c
1 changed files with 4 additions and 3 deletions

View File

@ -26,6 +26,7 @@
//define the menu class
class menu {
//define the variables
public $menu_uuid;
public $menu_language;
@ -536,7 +537,7 @@
} //end function
//add the default menu when no menu exists
public function default() {
public function menu_default() {
//set the default menu_uuid
$this->menu_uuid = 'b4750c3f-2a86-b00d-b7d0-345c14eca286';
//check to see if any menu exists