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

oscar at devel.plogworld.net oscar at devel.plogworld.net
Wed Jan 5 00:54:57 GMT 2005


Author: oscar
Date: 2005-01-05 00:54:55 +0000 (Wed, 05 Jan 2005)
New Revision: 675

Modified:
   plog/trunk/class/view/blogview.class.php
Log:
for compatibility reasons, with older templates, I have resotred the $utils object as an alias to the '$url' object so that users do not get frustrated when they try to run their old templates with the new version...


Modified: plog/trunk/class/view/blogview.class.php
===================================================================
--- plog/trunk/class/view/blogview.class.php	2005-01-05 00:28:50 UTC (rev 674)
+++ plog/trunk/class/view/blogview.class.php	2005-01-05 00:54:55 UTC (rev 675)
@@ -203,6 +203,7 @@
 			$this->setValue( 'now', new Timestamp());			
 			$this->setValue( 'blog', $this->_blogInfo );			
 			$this->setValue( 'url', $this->_blogInfo->getBlogRequestGenerator());
+			$this->setValue( 'utils', $this->_blogInfo->getBlogRequestGenerator());
 			$this->setValue( 'blogsettings', $this->_blogInfo->getSettings());
 			
 			// ask the parent to do something, if needed




More information about the pLog-svn mailing list