* remove whitespaces

This commit is contained in:
slawkens
2018-05-29 21:06:15 +02:00
parent 42d23e9b37
commit bf361238cb
27 changed files with 210 additions and 211 deletions

View File

@@ -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;