fix: Added alert init module to ajax_form #5058

This commit is contained in:
Neil Lathwood
2016-11-24 08:53:54 +00:00
committed by GitHub
parent 6890a71be4
commit 1e24f636dd

View File

@@ -14,7 +14,7 @@
// FUA
$init_modules = array('web', 'auth');
$init_modules = array('web', 'auth', 'alerts');
require realpath(__DIR__ . '/..') . '/includes/init.php';
set_debug($_REQUEST['debug']);