mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-03-10 18:48:49 +00:00
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