[pLog-svn] r6295 - plog/trunk/class/view

mark at devel.lifetype.net mark at devel.lifetype.net
Fri Apr 4 14:04:55 EDT 2008


Author: mark
Date: 2008-04-04 14:04:55 -0400 (Fri, 04 Apr 2008)
New Revision: 6295

Modified:
   plog/trunk/class/view/blogview.class.php
Log:
We never use $utils in templates. Just remove it.

Modified: plog/trunk/class/view/blogview.class.php
===================================================================
--- plog/trunk/class/view/blogview.class.php	2008-04-04 17:25:14 UTC (rev 6294)
+++ plog/trunk/class/view/blogview.class.php	2008-04-04 18:04:55 UTC (rev 6295)
@@ -257,7 +257,6 @@
 				$this->generateCalendar( $this->getValue( 'Year' ), $this->getValue( 'Month' ));
 
                 $this->setValue( 'url', $this->_blogInfo->getBlogRequestGenerator());
-                $this->setValue( 'utils', $this->_blogInfo->getBlogRequestGenerator());
 				$this->setValue( 'rss', new RssParser());
 				$this->setValue( 'version', Version::getVersion());
 				$this->setValue( 'now', new Timestamp());



More information about the pLog-svn mailing list