* change for group priv.
This commit is contained in:
@@ -91,6 +91,6 @@
|
||||
$headerHooks = glob(dirname(dirname(__FILE__)) . "/ext/view/featurebar.*.html.hook.php");
|
||||
if(!empty($headerHooks))
|
||||
{
|
||||
foreach($headerHooks as $fileName) helper::import($fileName);
|
||||
foreach($headerHooks as $fileName) include($fileName);
|
||||
}
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user