Add class_exists
This commit is contained in:
@@ -25,6 +25,7 @@
|
||||
*/
|
||||
|
||||
//define the menu class
|
||||
if (!class_exists('menu')) {
|
||||
class menu {
|
||||
//define the variables
|
||||
public $menu_uuid;
|
||||
@@ -580,5 +581,6 @@
|
||||
}
|
||||
} //end function
|
||||
}
|
||||
}
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user