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

ork at devel.plogworld.net ork at devel.plogworld.net
Sat Mar 26 18:33:43 GMT 2005


Author: ork
Date: 2005-03-26 18:33:43 +0000 (Sat, 26 Mar 2005)
New Revision: 1605

Modified:
   plog/trunk/class/view/smartyview.class.php
Log:
initialize viewId with an empty value


Modified: plog/trunk/class/view/smartyview.class.php
===================================================================
--- plog/trunk/class/view/smartyview.class.php	2005-03-26 18:31:17 UTC (rev 1604)
+++ plog/trunk/class/view/smartyview.class.php	2005-03-26 18:33:43 UTC (rev 1605)
@@ -104,6 +104,7 @@
 		 */
 		function generateCacheId()
 		{
+            $viewId = "";
 			foreach( $this->_data as $key => $value )
 				$viewId .= "$key=$value";
 
@@ -179,4 +180,4 @@
 			}
         }
      }
-?>
\ No newline at end of file
+?>




More information about the pLog-svn mailing list