[pLog-svn] r2301 - plog/trunk/class/dao

oscar at devel.plogworld.net oscar at devel.plogworld.net
Tue Jul 12 21:04:51 GMT 2005


Author: oscar
Date: 2005-07-12 21:04:51 +0000 (Tue, 12 Jul 2005)
New Revision: 2301

Modified:
   plog/trunk/class/dao/articlenotifications.class.php
Log:
small change

Modified: plog/trunk/class/dao/articlenotifications.class.php
===================================================================
--- plog/trunk/class/dao/articlenotifications.class.php	2005-07-12 17:33:24 UTC (rev 2300)
+++ plog/trunk/class/dao/articlenotifications.class.php	2005-07-12 21:04:51 UTC (rev 2301)
@@ -138,7 +138,7 @@
          	$ts = new TemplateService();
             $messageTemplate = $ts->Template( EMAILNOTIFIER_TEMPLATE, "misc" );
             // add these two useful objects
-			$rg =& RequestGenerator::getRequestGenerator( $blogInfo );
+			$rg =& $blogInfo->getBlogRequestGenerator();
 			// disable the xhtml mode, as some email clients cannot deal with it
 			$rg->setXHTML( false );
             $messageTemplate->assign( "url", $rg );




More information about the pLog-svn mailing list