Issue #22 - Fixed bootstrap callback code.

This commit is contained in:
Daniel Thee Roperto
2016-11-10 11:24:18 +11:00
parent db6afa4c48
commit d1dffee058

View File

@@ -40,7 +40,7 @@ if (!isset($CFG->dataroot)) {
}
// 1) Check and run the hook.
if (isset($auth_outage_callback) && is_callable($auth_outage_callback)) {
if (isset($auth_outage_bootstrap_callback) && is_callable($auth_outage_bootstrap_callback)) {
$auth_outage_bootstrap_callback();
}