[pLog-svn] r3556 - plog/trunk/class/action

pwestbro at devel.lifetype.net pwestbro at devel.lifetype.net
Thu Jun 8 04:41:57 GMT 2006


Author: pwestbro
Date: 2006-06-08 04:41:56 +0000 (Thu, 08 Jun 2006)
New Revision: 3556

Modified:
   plog/trunk/class/action/rssaction.class.php
Log:
Changed one other occurance of DEFAULT_PROFILE to RSS_VIEW_DEFAULT_PROFILE


Modified: plog/trunk/class/action/rssaction.class.php
===================================================================
--- plog/trunk/class/action/rssaction.class.php	2006-06-08 00:58:57 UTC (rev 3555)
+++ plog/trunk/class/action/rssaction.class.php	2006-06-08 04:41:56 UTC (rev 3556)
@@ -26,7 +26,7 @@
 			$this->registerFieldValidator( "profile", new StringValidator(), true );
 
 			// generate a dummy view with nothing in it to signal an error
-			$view = new RssView( $this->_blogInfo, DEFAULT_PROFILE );
+			$view = new RssView( $this->_blogInfo, RSS_VIEW_DEFAULT_PROFILE );
 			$view->setValue( "articles", Array());
 			$this->setValidationErrorView( $view );			
         }



More information about the pLog-svn mailing list