[pLog-svn] r3472 - plog/trunk/class/action/admin

mark at devel.lifetype.net mark at devel.lifetype.net
Sun May 28 13:41:15 GMT 2006


Author: mark
Date: 2006-05-28 13:41:15 +0000 (Sun, 28 May 2006)
New Revision: 3472

Modified:
   plog/trunk/class/action/admin/admindeletetrackbackaction.class.php
Log:
Should be $this->_articleId, not $articleId.

Modified: plog/trunk/class/action/admin/admindeletetrackbackaction.class.php
===================================================================
--- plog/trunk/class/action/admin/admindeletetrackbackaction.class.php	2006-05-28 13:39:51 UTC (rev 3471)
+++ plog/trunk/class/action/admin/admindeletetrackbackaction.class.php	2006-05-28 13:41:15 UTC (rev 3472)
@@ -70,7 +70,7 @@
 			$successMessage = "";
 			$totalOk = 0;
 			
-			if( $articleId > 0 ) {
+			if( $this->_articleId > 0 ) {
 				// if we can't even load the article, then forget it...
 				$articles = new Articles();
 				$article = $articles->getBlogArticle( $this->_articleId, $this->_blogInfo->getId());



More information about the pLog-svn mailing list