Dear all,

There is a problem with the anonymous user :

the 17th of may there was the revision 8b6e88bcd150 changing the user_installer.class that way :

-        $user->set_status(User :: STATUS_ANONYMOUS);
+        //$user->set_status(User :: STATUS_ANONYMOUS);
+        $user->set_status(User :: STATUS_STUDENT);


This is breaking the UserDataManager :: retrieve_anonymous_user() function.

I've written a test to not forget that problem but can someone explain me why was that change ?


Systho

_______________________________________________
Dev mailing list
Dev@lists.chamilo.org
http://lists.chamilo.org/listinfo/dev

Reply via email to