[pLog-svn] r2465 - plog/branches/plog-1.0.2/class/action

mark at devel.plogworld.net mark at devel.plogworld.net
Wed Sep 14 13:58:31 GMT 2005


Author: mark
Date: 2005-09-14 13:58:29 +0000 (Wed, 14 Sep 2005)
New Revision: 2465

Modified:
   plog/branches/plog-1.0.2/class/action/blogaction.class.php
   plog/branches/plog-1.0.2/class/action/resourceserveraction.class.php
Log:
OMG, it is really a stupid bug. My previous fix will force pLog only show the default blogid, no matter what kind of blogid value in url ... 

sorry, if make any inconvience to you.

Modified: plog/branches/plog-1.0.2/class/action/blogaction.class.php
===================================================================
--- plog/branches/plog-1.0.2/class/action/blogaction.class.php	2005-09-13 19:35:52 UTC (rev 2464)
+++ plog/branches/plog-1.0.2/class/action/blogaction.class.php	2005-09-14 13:58:29 UTC (rev 2465)
@@ -182,8 +182,6 @@
                         $blogId = $this->_config->getValue('default_blog_id');                        
                     }
                 }
-            } else {
-            	$blogId = $this->_config->getValue('default_blog_id');
             }
 			
             // fetch the BlogInfo object

Modified: plog/branches/plog-1.0.2/class/action/resourceserveraction.class.php
===================================================================
--- plog/branches/plog-1.0.2/class/action/resourceserveraction.class.php	2005-09-13 19:35:52 UTC (rev 2464)
+++ plog/branches/plog-1.0.2/class/action/resourceserveraction.class.php	2005-09-14 13:58:29 UTC (rev 2465)
@@ -88,8 +88,6 @@
                         $blogId = $this->_config->getValue('default_blog_id');                        
                     }
                 }
-            } else {
-            	$blogId = $this->_config->getValue('default_blog_id');
             }
 			
             // fetch the BlogInfo object




More information about the pLog-svn mailing list