]> git.mjollnir.org Git - moodle.git/commitdiff
blocklib: MDL-19010 move the check for whether the right database tables exist -...
authortjhunt <tjhunt>
Thu, 7 May 2009 02:57:39 +0000 (02:57 +0000)
committertjhunt <tjhunt>
Thu, 7 May 2009 02:57:39 +0000 (02:57 +0000)
lib/pagelib.php

index 3c9070d19ef1bc33b4592f4ee1f72f98ddcd1348..1634abe22007f641f105077a4c14b39e204cd77a 100644 (file)
@@ -573,7 +573,6 @@ class moodle_page {
      * state. This is our last change to initialise things.
      */
     protected function starting_output() {
-        global $CFG;
         if (!$this->_course) {
             global $SITE;
             $this->set_course($SITE);