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

oscar at devel.lifetype.net oscar at devel.lifetype.net
Wed May 10 14:31:04 GMT 2006


Author: oscar
Date: 2006-05-10 14:31:03 +0000 (Wed, 10 May 2006)
New Revision: 3377

Modified:
   plog/trunk/class/view/trackbackview.class.php
Log:
removed an unnecessary variable that was causing a warning message


Modified: plog/trunk/class/view/trackbackview.class.php
===================================================================
--- plog/trunk/class/view/trackbackview.class.php	2006-05-10 14:30:41 UTC (rev 3376)
+++ plog/trunk/class/view/trackbackview.class.php	2006-05-10 14:31:03 UTC (rev 3377)
@@ -22,7 +22,6 @@
 			$ts = new TemplateSetStorage();
 
 			// we need to overwrite the $this->_template object with the Template object of our choice...
-            $this->_profile = $profile;
 			$templateService = new TemplateService();
             $this->_template = $templateService->Template( 'trackback', 'misc' );
 			



More information about the pLog-svn mailing list