* added CREDITS file

This commit is contained in:
slawkens1
2017-09-14 20:13:14 +02:00
parent 801188f957
commit 7b96ce9b8c
3 changed files with 3 additions and 1 deletions

View File

@@ -46,7 +46,7 @@ class Hook
$ret = $tmp($params);
}*/
global $db, $config, $template_path, $ots;
global $db, $config, $template_path, $ots, $content;
if(file_exists(BASE . $this->_file)) {
require(BASE . $this->_file);
}