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

oscar at devel.lifetype.net oscar at devel.lifetype.net
Fri May 5 20:36:24 GMT 2006


Author: oscar
Date: 2006-05-05 20:36:23 +0000 (Fri, 05 May 2006)
New Revision: 3343

Modified:
   plog/trunk/class/action/blogaction.class.php
Log:
added a missing include


Modified: plog/trunk/class/action/blogaction.class.php
===================================================================
--- plog/trunk/class/action/blogaction.class.php	2006-05-05 20:35:35 UTC (rev 3342)
+++ plog/trunk/class/action/blogaction.class.php	2006-05-05 20:36:23 UTC (rev 3343)
@@ -82,6 +82,7 @@
             if( !$result->isValid()) {
 				if( !$result->hasView()) {
 					// use the default view
+					include_once( PLOG_CLASS_PATH."class/view/errorview.class.php" );
 					$message = $this->_locale->tr('error_you_have_been_blocked').'<br/><br/>';
 					$message .= $result->getErrorMessage();
 					$this->_view = new ErrorView( $this->_blogInfo, $message );



More information about the pLog-svn mailing list