[xoops-cvslog 2721] CVS update: xoops2jp/html/modules/base/admin/actions

アーカイブの一覧に戻る

Minahito minah****@users*****
2006年 4月 11日 (火) 12:50:51 JST


Index: xoops2jp/html/modules/base/admin/actions/CommentDeleteAction.class.php
diff -u xoops2jp/html/modules/base/admin/actions/CommentDeleteAction.class.php:1.1.2.6 xoops2jp/html/modules/base/admin/actions/CommentDeleteAction.class.php:1.1.2.7
--- xoops2jp/html/modules/base/admin/actions/CommentDeleteAction.class.php:1.1.2.6	Tue Apr 11 12:09:23 2006
+++ xoops2jp/html/modules/base/admin/actions/CommentDeleteAction.class.php	Tue Apr 11 12:50:50 2006
@@ -74,6 +74,8 @@
 	
 	function doDelete(&$sender, &$eventArgs)
 	{
+		$comment =& $eventArgs['comment'];
+		
 		//
 		// Adjust user's post count.
 		//
@@ -95,7 +97,6 @@
 		//
 		// callback
 		//
-		$comment =& $eventArgs['comment'];
 		$comment_config = Legacy_CommentEditAction::loadCallbackFile($comment);
 		
 		if ($comment_config == false) {


xoops-cvslog メーリングリストの案内
アーカイブの一覧に戻る