From 9deb3d000ac08e2607b223b73b671dfa1c289d85 Mon Sep 17 00:00:00 2001 From: dongsheng Date: Wed, 10 Jun 2009 08:46:31 +0000 Subject: [PATCH] "MDL-13766, shouldn't check login in repository base class, because developer may define a session name later" --- repository/lib.php | 1 - 1 file changed, 1 deletion(-) diff --git a/repository/lib.php b/repository/lib.php index c02310fda1..6744e7c2f0 100644 --- a/repository/lib.php +++ b/repository/lib.php @@ -1098,7 +1098,6 @@ abstract class repository { $this->options[$n] = $v; } $this->name = $this->get_name(); - $this->check_login(); $this->super_called = true; } -- 2.39.5