Revert "convert to using $plugin instead of $module"
authorDan Marsden <dan@danmarsden.com>
Thu, 9 Oct 2014 00:50:23 +0000 (13:50 +1300)
committerDan Marsden <dan@danmarsden.com>
Thu, 9 Oct 2014 00:50:23 +0000 (13:50 +1300)
This reverts commit 52d116dbb7301c6b27c6d3f6e2b119cb18487604.

version.php

index ae31eea..ed95d2e 100644 (file)
  * @license    http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
  */
 
-$plugin->version  = 2014022801;
-$plugin->requires = 2013040500;
-$plugin->release = '2.6.1';
-$plugin->maturity  = MATURITY_STABLE;
-$plugin->cron     = 0;
-$plugin->component = 'mod_attendance';
+$module->version  = 2014022801;
+$module->requires = 2013040500;
+$module->release = '2.6.1';
+$module->maturity  = MATURITY_STABLE;
+$module->cron     = 0;
+$module->component = 'mod_attendance';
 
 // Nasty upgrade code to check if need to upgrade from attforblock.
 // TODO: remove this asap.