Load hooks before twig, add new hooks: HOOK_TWIG + HOOK_INIT

This commit is contained in:
slawkens
2025-05-16 07:42:50 +02:00
parent 26b2c472cc
commit 5726c9fa94
6 changed files with 10 additions and 10 deletions

View File

@@ -8,7 +8,6 @@ if(PHP_SAPI !== 'cli') {
require_once __DIR__ . '/../../common.php';
require_once SYSTEM . 'functions.php';
require_once SYSTEM . 'init.php';
require_once SYSTEM . 'hooks.php';
if($argc !== 2) {
echo 'This command expects one parameter: zip file name (plugin)' . PHP_EOL;