Issue #82 - Recreate templates when settings (allowed ips or blocks removed) is updated.

This commit is contained in:
Daniel Thee Roperto
2016-12-05 11:15:58 +11:00
parent 67600472ec
commit 32f48a2133
4 changed files with 107 additions and 4 deletions

View File

@@ -48,3 +48,11 @@ function auth_outage_extend_navigation_user() {
outagelib::inject();
}
/**
* Used for adminlib::set_updatedcallback which requires a string that resolves to a function.
*
* Related to: MDL-57264 and MDL-32984
*/
function auth_outage_outagelib_prepare_next_outage() {
outagelib::prepare_next_outage();
}