mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +00:00
Add a missing greater than sign.
This commit is contained in:
@@ -49,7 +49,7 @@
|
||||
$db = $this->db;
|
||||
|
||||
//delete the group permisisons
|
||||
$this-delete();
|
||||
$this->delete();
|
||||
|
||||
//get the $apps array from the installed apps from the core and mod directories
|
||||
$config_list = glob($_SERVER["DOCUMENT_ROOT"] . PROJECT_PATH . "/*/*/app_config.php");
|
||||
|
||||
Reference in New Issue
Block a user