* fixed loading hooks from plugin installed from command line

This commit is contained in:
slawkens1 2017-11-10 23:03:54 +01:00
parent 0d37e07a0d
commit 0515f2825a

View File

@ -7,6 +7,7 @@ if(php_sapi_name() != "cli") {
require_once('../../common.php');
require_once(SYSTEM . 'functions.php');
require_once(SYSTEM . 'init.php');
require_once(SYSTEM . 'hooks.php');
require_once(LIBS . 'plugins.php');
if($argc != 2) {