[pLog-svn] r654 - plog/trunk/class/view/admin

ork at devel.plogworld.net ork at devel.plogworld.net
Mon Jan 3 12:21:21 GMT 2005


Author: ork
Date: 2005-01-03 12:21:21 +0000 (Mon, 03 Jan 2005)
New Revision: 654

Modified:
   plog/trunk/class/view/admin/admineditpostview.class.php
Log:
key in code and template did not match ..


Modified: plog/trunk/class/view/admin/admineditpostview.class.php
===================================================================
--- plog/trunk/class/view/admin/admineditpostview.class.php	2005-01-03 12:05:20 UTC (rev 653)
+++ plog/trunk/class/view/admin/admineditpostview.class.php	2005-01-03 12:21:21 UTC (rev 654)
@@ -41,9 +41,9 @@
 	            // decide wether or not we should notify the user based on what we've just
 	            // fetched from the database
 	            if( $userNotification )
-	            	$this->setValue( "notification", true );
+	            	$this->setValue( "sendNotification", true );
 	            else
-	            	$this->setValue( "notification", false );            
+	            	$this->setValue( "sendNotification", false );            
 	            
 	            // set information about the post itself into the view
 	            $this->setValue( "postTopic", $this->_article->getTopic());
@@ -75,4 +75,4 @@
             parent::render();
 		}
 	}
-?>
\ No newline at end of file
+?>




More information about the pLog-svn mailing list