mirror of
https://github.com/catalyst/moodle-auth_outage.git
synced 2026-05-16 21:41:31 +02:00
WIP Issue #9 - Fixed message on all pages, need to work on UI and DB.
This commit is contained in:
13
lib.php
13
lib.php
@@ -23,3 +23,16 @@
|
||||
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
|
||||
*/
|
||||
defined('MOODLE_INTERNAL') || die;
|
||||
|
||||
function auth_outage_extend_navigation_user() {
|
||||
\auth_outage\outagelib::initialize();
|
||||
}
|
||||
|
||||
function auth_outage_extend_navigation($data) {
|
||||
// Never called?
|
||||
\auth_outage\outagelib::initialize();
|
||||
}
|
||||
|
||||
function auth_outage_extend_navigation_frontpage() {
|
||||
\auth_outage\outagelib::initialize();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user