[pLog-svn] r7247 - plog/branches/lifetype-1.2/class/dao

jondaley at devel.lifetype.net jondaley at devel.lifetype.net
Wed Sep 23 13:17:31 EDT 2020


Author: jondaley
Date: 2020-09-23 13:17:31 -0400 (Wed, 23 Sep 2020)
New Revision: 7247

Modified:
   plog/branches/lifetype-1.2/class/dao/usercomment.class.php
Log:
oops, last checkin was a typo.

Modified: plog/branches/lifetype-1.2/class/dao/usercomment.class.php
===================================================================
--- plog/branches/lifetype-1.2/class/dao/usercomment.class.php	2020-09-23 17:16:47 UTC (rev 7246)
+++ plog/branches/lifetype-1.2/class/dao/usercomment.class.php	2020-09-23 17:17:31 UTC (rev 7247)
@@ -580,7 +580,7 @@
 		 */
 		function getUser()
 		{
-			if( !$this->_userId ) {
+			if( $this->_userId ) {
 				lt_include( PLOG_CLASS_PATH."class/dao/users.class.php" );
 				$users = new Users();
 				$this->_user = $users->getUserInfoFromId( $this->_userId );



More information about the pLog-svn mailing list