[pLog-svn] r1770 - plog/branches/plog-1.0.1/class/template/templatesets

oscar at devel.plogworld.net oscar at devel.plogworld.net
Wed Apr 6 20:37:13 GMT 2005


Author: oscar
Date: 2005-04-06 20:37:13 +0000 (Wed, 06 Apr 2005)
New Revision: 1770

Modified:
   plog/branches/plog-1.0.1/class/template/templatesets/templatesets.class.php
Log:
fixed issue 404 (http://bugs.plogworld.net/view.php?id=404) though it will probably generate another issue down the line once this method returns 'null'...

Modified: plog/branches/plog-1.0.1/class/template/templatesets/templatesets.class.php
===================================================================
--- plog/branches/plog-1.0.1/class/template/templatesets/templatesets.class.php	2005-04-06 14:52:34 UTC (rev 1769)
+++ plog/branches/plog-1.0.1/class/template/templatesets/templatesets.class.php	2005-04-06 20:37:13 UTC (rev 1770)
@@ -152,7 +152,6 @@
 				$templateSet = new TemplateSet( $templateName, TEMPLATE_SET_BLOG_SPECIFIC, $blogId );
 			else {
 				$templateSet = null;
-				$this->log->error( "template $templateName for blog $blogId does not exist as either global or blog-specific!" );
 			}
 
 			return $templateSet;




More information about the pLog-svn mailing list