[pLog-svn] r3310 - plog/trunk/class/action

jondaley at devel.lifetype.net jondaley at devel.lifetype.net
Mon May 1 20:17:12 GMT 2006


Author: jondaley
Date: 2006-05-01 20:17:11 +0000 (Mon, 01 May 2006)
New Revision: 3310

Modified:
   plog/trunk/class/action/blogaction.class.php
Log:
probably fixes http://forums.lifetype.net/viewtopic.php?t=4499

Modified: plog/trunk/class/action/blogaction.class.php
===================================================================
--- plog/trunk/class/action/blogaction.class.php	2006-05-01 19:57:51 UTC (rev 3309)
+++ plog/trunk/class/action/blogaction.class.php	2006-05-01 20:17:11 UTC (rev 3310)
@@ -184,6 +184,7 @@
             if( !$blogId && !$blogName && !$blogDomain) {
             	// check if there was a user parameter
                 if( !empty($userName) ) {
+                    include_once( PLOG_CLASS_PATH."class/dao/users.class.php" );
                 	// if so, check to which blogs the user belongs
                 	$users = new Users();
                  	$userInfo = $users->getUserInfoFromUsername( $userName );



More information about the pLog-svn mailing list