[pLog-svn] r954 - plog/trunk/class/summary/view

oscar at devel.plogworld.net oscar at devel.plogworld.net
Sat Feb 5 18:02:20 GMT 2005


Author: oscar
Date: 2005-02-05 18:02:19 +0000 (Sat, 05 Feb 2005)
New Revision: 954

Modified:
   plog/trunk/class/summary/view/summaryuserlistview.class.php
Log:
whenever the view was cached, it wasn't sending anything!

Modified: plog/trunk/class/summary/view/summaryuserlistview.class.php
===================================================================
--- plog/trunk/class/summary/view/summaryuserlistview.class.php	2005-02-05 17:59:27 UTC (rev 953)
+++ plog/trunk/class/summary/view/summaryuserlistview.class.php	2005-02-05 18:02:19 UTC (rev 954)
@@ -31,8 +31,10 @@
 		function render()
 		{
 			// do nothing if the contents of our view are cached
-			if( $this->isCached())
+			if( $this->isCached()) {
+				parent::render();
 				return true;
+			}
 			
 			// get the data itself
 			$users = new Users();




More information about the pLog-svn mailing list