[pLog-svn] r1322 - plog/trunk/class/dao

oscar at devel.plogworld.net oscar at devel.plogworld.net
Sat Mar 5 12:56:33 GMT 2005


Author: oscar
Date: 2005-03-05 12:56:33 +0000 (Sat, 05 Mar 2005)
New Revision: 1322

Modified:
   plog/trunk/class/dao/userinfo.class.php
Log:
solved issue 314 (http://bugs.plogworld.net/view.php?id=314)

Modified: plog/trunk/class/dao/userinfo.class.php
===================================================================
--- plog/trunk/class/dao/userinfo.class.php	2005-03-05 12:08:43 UTC (rev 1321)
+++ plog/trunk/class/dao/userinfo.class.php	2005-03-05 12:56:33 UTC (rev 1322)
@@ -156,7 +156,7 @@
 		function getPicture()
 		{
 			// only load if this user really has a picture...
-			if( $this->_resourcePicture && $this->hasPicture()) {
+			if( !$this->_resourcePicture && $this->hasPicture()) {
 				$this->_loadPicture();
 			}
 			




More information about the pLog-svn mailing list