[pLog-svn] r1751 - plog/branches/plog-1.1-ben/class/action

ork at devel.plogworld.net ork at devel.plogworld.net
Tue Apr 5 19:17:36 GMT 2005


Author: ork
Date: 2005-04-05 19:17:36 +0000 (Tue, 05 Apr 2005)
New Revision: 1751

Modified:
   plog/branches/plog-1.1-ben/class/action/viewarticleaction.class.php
Log:
fixed include position


Modified: plog/branches/plog-1.1-ben/class/action/viewarticleaction.class.php
===================================================================
--- plog/branches/plog-1.1-ben/class/action/viewarticleaction.class.php	2005-04-05 18:59:37 UTC (rev 1750)
+++ plog/branches/plog-1.1-ben/class/action/viewarticleaction.class.php	2005-04-05 19:17:36 UTC (rev 1751)
@@ -135,8 +135,8 @@
 		
             // fetch the article
             // the article identifier can be either its internal id number or its mangled topic
+            include_once( PLOG_CLASS_PATH."class/dao/article.class.php" );
             if( $this->_articleId ) { 
-                include_once( PLOG_CLASS_PATH."class/dao/article.class.php" );
 
                 $article  = $this->articles->getBlogArticle( $this->_articleId, 
                                                              $this->_blogInfo->getId(), 




More information about the pLog-svn mailing list