[pLog-svn] r1739 - plog/branches/plog-1.1-ben/class/dao

ork at devel.plogworld.net ork at devel.plogworld.net
Tue Apr 5 15:46:56 GMT 2005


Author: ork
Date: 2005-04-05 15:46:55 +0000 (Tue, 05 Apr 2005)
New Revision: 1739

Modified:
   plog/branches/plog-1.1-ben/class/dao/users.class.php
Log:
typo :(


Modified: plog/branches/plog-1.1-ben/class/dao/users.class.php
===================================================================
--- plog/branches/plog-1.1-ben/class/dao/users.class.php	2005-04-05 15:32:52 UTC (rev 1738)
+++ plog/branches/plog-1.1-ben/class/dao/users.class.php	2005-04-05 15:46:55 UTC (rev 1739)
@@ -283,7 +283,7 @@
             $perms = new UserPermissions();
             $perms->updateSiteAdmin( $userInfo->getId(), $userInfo->isSiteAdmin());
 
-            $this->_cache->removeData( $userInfo->getId(), CACHE_USERINFOB );
+            $this->_cache->removeData( $userInfo->getId(), CACHE_USERINFO );
             $this->_cache->removeData( $userInfo->getUsername(), CACHE_USERIDBYNAME );
 
             return $result;




More information about the pLog-svn mailing list