Add a missing greater than sign.

This commit is contained in:
Mark Crane 2014-12-26 06:55:04 +00:00
parent 70ff399206
commit ef5ffc8eb4
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@
$db = $this->db; $db = $this->db;
//delete the group permisisons //delete the group permisisons
$this-delete(); $this->delete();
//get the $apps array from the installed apps from the core and mod directories //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"); $config_list = glob($_SERVER["DOCUMENT_ROOT"] . PROJECT_PATH . "/*/*/app_config.php");