]> git.mjollnir.org Git - moodle.git/commitdiff
"MDL-13766, shouldn't check login in repository base class, because developer may...
authordongsheng <dongsheng>
Wed, 10 Jun 2009 08:46:31 +0000 (08:46 +0000)
committerdongsheng <dongsheng>
Wed, 10 Jun 2009 08:46:31 +0000 (08:46 +0000)
repository/lib.php

index c02310fda12f36b6930b41deeafb6db0a0e932cf..6744e7c2f0bc188e2b78f249bca976ccd661a581 100644 (file)
@@ -1098,7 +1098,6 @@ abstract class repository {
             $this->options[$n] = $v;
         }
         $this->name = $this->get_name();
-        $this->check_login();
         $this->super_called = true;
     }