[pLog-svn] r1726 - plog/branches/plog-1.1-ben/class/view

ork at devel.plogworld.net ork at devel.plogworld.net
Tue Apr 5 10:10:34 GMT 2005


Author: ork
Date: 2005-04-05 10:10:33 +0000 (Tue, 05 Apr 2005)
New Revision: 1726

Modified:
   plog/branches/plog-1.1-ben/class/view/defaultview.class.php
Log:
missing include


Modified: plog/branches/plog-1.1-ben/class/view/defaultview.class.php
===================================================================
--- plog/branches/plog-1.1-ben/class/view/defaultview.class.php	2005-04-05 00:01:39 UTC (rev 1725)
+++ plog/branches/plog-1.1-ben/class/view/defaultview.class.php	2005-04-05 10:10:33 UTC (rev 1726)
@@ -33,6 +33,8 @@
          */
         function _addShowMoreLink()
         {
+            include_once( PLOG_CLASS_PATH."class/net/requestgenerator.class.php" );
+
         	$posts = $this->_params->getValue( 'posts' );
             $locale = $this->_blogInfo->getLocale();
 
@@ -82,4 +84,4 @@
             parent::render();
         }
     }
-?>
\ No newline at end of file
+?>




More information about the pLog-svn mailing list