]> git.mjollnir.org Git - moodle.git/commitdiff
formslib: moodleform_mod needs to be abstract too.
authortjhunt <tjhunt>
Fri, 17 Jul 2009 03:40:40 +0000 (03:40 +0000)
committertjhunt <tjhunt>
Fri, 17 Jul 2009 03:40:40 +0000 (03:40 +0000)
(See one of the commits I made yesterday.)

course/moodleform_mod.php

index cdf354777b6725478f26027f72761416fdefe53d..fc476a8f3df8ea96ceba785b9d6d4e30e90c297a 100644 (file)
@@ -9,7 +9,7 @@ if (!empty($CFG->enablecompletion) or !empty($CFG->enableavailability)) {
  * add / update forms (mod/{modname}.mod_form.php replaces deprecated mod/{modname}/mod_form.php
  *
  */
-class moodleform_mod extends moodleform {
+abstract class moodleform_mod extends moodleform {
     /** Current data */
     protected $current;
     /**