mirror of
https://github.com/slawkens/myaac.git
synced 2025-10-13 17:24:54 +02:00
* remove whitespaces
This commit is contained in:
@@ -44,7 +44,7 @@ class Hook
|
||||
$tmp = $this->_callback;
|
||||
$ret = $tmp($params);
|
||||
}*/
|
||||
|
||||
|
||||
global $db, $config, $template_path, $ots, $content, $twig;
|
||||
if(file_exists(BASE . $this->_file)) {
|
||||
$ret = require BASE . $this->_file;
|
||||
@@ -85,7 +85,7 @@ class Hooks
|
||||
public function exist($type) {
|
||||
return isset(self::$_hooks[$type]);
|
||||
}
|
||||
|
||||
|
||||
public function load()
|
||||
{
|
||||
global $db;
|
||||
|
Reference in New Issue
Block a user