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

Zurück zum Archiv-Index

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


Index: xoops2jp/html/modules/base/admin/actions/CommentEditAction.class.php
diff -u xoops2jp/html/modules/base/admin/actions/CommentEditAction.class.php:1.1.2.7 xoops2jp/html/modules/base/admin/actions/CommentEditAction.class.php:1.1.2.8
--- xoops2jp/html/modules/base/admin/actions/CommentEditAction.class.php:1.1.2.7	Tue Apr 11 12:09:29 2006
+++ xoops2jp/html/modules/base/admin/actions/CommentEditAction.class.php	Tue Apr 11 12:51:10 2006
@@ -138,6 +138,8 @@
 	
 	function doUpdate(&$sender, &$eventArgs)
 	{
+		$comment =& $eventArgs['comment'];
+		
 		//
 		// Adjust user's post count.
 		//
@@ -155,7 +157,6 @@
 		//
 		// call back
 		//
-		$comment =& $eventArgs['comment'];
 		$comment_config = Legacy_CommentEditAction::loadCallbackFile($comment);
 		
 		if ($comment_config == false) {


xoops-cvslog メーリングリストの案内
Zurück zum Archiv-Index