"MDL-13766, shouldn't check login in repository base class, because developer may define a session name later"

This commit is contained in:
dongsheng
2009-06-10 08:46:31 +00:00
parent e30d7983a4
commit 9deb3d000a
-1
View File
@@ -1098,7 +1098,6 @@ abstract class repository {
$this->options[$n] = $v;
}
$this->name = $this->get_name();
$this->check_login();
$this->super_called = true;
}