[pLog-svn] r4553 - plog/branches/lifetype-1.1.5/class/action

jondaley at devel.lifetype.net jondaley at devel.lifetype.net
Wed Jan 17 21:39:05 GMT 2007


Author: jondaley
Date: 2007-01-17 21:39:05 +0000 (Wed, 17 Jan 2007)
New Revision: 4553

Modified:
   plog/branches/lifetype-1.1.5/class/action/blogaction.class.php
   plog/branches/lifetype-1.1.5/class/action/resourceserveraction.class.php
Log:
ack.  and I call myself a programmer

Modified: plog/branches/lifetype-1.1.5/class/action/blogaction.class.php
===================================================================
--- plog/branches/lifetype-1.1.5/class/action/blogaction.class.php	2007-01-17 21:25:43 UTC (rev 4552)
+++ plog/branches/lifetype-1.1.5/class/action/blogaction.class.php	2007-01-17 21:39:05 UTC (rev 4553)
@@ -230,7 +230,7 @@
             else if($blogName){
                 $this->_blogInfo = $blogs->getBlogInfoByName( $blogName );
             }
-            else if{$blogDomain}{
+            else if($blogDomain){
                 $this->_blogInfo = $blogs->getBlogInfoByDomain( $blogDomain );
             }
             else{

Modified: plog/branches/lifetype-1.1.5/class/action/resourceserveraction.class.php
===================================================================
--- plog/branches/lifetype-1.1.5/class/action/resourceserveraction.class.php	2007-01-17 21:25:43 UTC (rev 4552)
+++ plog/branches/lifetype-1.1.5/class/action/resourceserveraction.class.php	2007-01-17 21:39:05 UTC (rev 4553)
@@ -124,7 +124,7 @@
             else if($blogName){
                 $this->_blogInfo = $blogs->getBlogInfoByName( $blogName );
             }
-            else if{$blogDomain}{
+            else if($blogDomain){
                 $this->_blogInfo = $blogs->getBlogInfoByDomain( $blogDomain );
             }
             else{



More information about the pLog-svn mailing list