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

oscar at devel.lifetype.net oscar at devel.lifetype.net
Wed May 10 14:30:29 GMT 2006


Author: oscar
Date: 2006-05-10 14:30:28 +0000 (Wed, 10 May 2006)
New Revision: 3375

Modified:
   plog/trunk/class/dao/articlenotifications.class.php
Log:
fixed one warning message


Modified: plog/trunk/class/dao/articlenotifications.class.php
===================================================================
--- plog/trunk/class/dao/articlenotifications.class.php	2006-05-10 14:02:57 UTC (rev 3374)
+++ plog/trunk/class/dao/articlenotifications.class.php	2006-05-10 14:30:28 UTC (rev 3375)
@@ -142,7 +142,7 @@
          	$ts = new TemplateService();
             $messageTemplate = $ts->Template( EMAILNOTIFIER_TEMPLATE, "misc" );
             // add these two useful objects
-			$rg =& $blogInfo->getBlogRequestGenerator();
+			$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