diff --git a/system/init.php b/system/init.php index f1ede3de..0bf55c24 100644 --- a/system/init.php +++ b/system/init.php @@ -54,6 +54,9 @@ require_once SYSTEM . 'twig.php'; $action = $_REQUEST['action'] ?? ''; define('ACTION', $action); +// errors, is also often used +$errors = []; + // trim values we receive if(isset($_POST)) {