mirror of
https://github.com/catalyst/moodle-auth_outage.git
synced 2026-05-16 21:41:31 +02:00
Issue #36 - Fixed missing or inconsistent PhpDocs. Version is now: 1.0.1
This commit is contained in:
@@ -22,6 +22,7 @@
|
||||
* @copyright 2016 Catalyst IT
|
||||
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
|
||||
*/
|
||||
defined('MOODLE_INTERNAL') || die();
|
||||
|
||||
$tasks = [
|
||||
[
|
||||
|
||||
@@ -25,9 +25,10 @@
|
||||
defined('MOODLE_INTERNAL') || die();
|
||||
|
||||
/**
|
||||
* Outage plugin upgrade code
|
||||
*
|
||||
* @param int $oldversion the version we are upgrading from
|
||||
* @return bool result
|
||||
* @SuppressWarnings("unused")
|
||||
*/
|
||||
function xmldb_auth_outage_upgrade($oldversion) {
|
||||
global $DB;
|
||||
|
||||
Reference in New Issue
Block a user