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

Back to archive index

Minahito minah****@users*****
2006年 3月 30日 (木) 14:33:44 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.3 xoops2jp/html/modules/base/admin/actions/CommentDeleteAction.class.php:1.1.2.4
--- xoops2jp/html/modules/base/admin/actions/CommentDeleteAction.class.php:1.1.2.3	Tue Mar 28 22:28:35 2006
+++ xoops2jp/html/modules/base/admin/actions/CommentDeleteAction.class.php	Thu Mar 30 14:33:44 2006
@@ -27,6 +27,12 @@
 	function executeViewInput(&$controller, &$xoopsUser, &$render)
 	{
 		//
+		// Lazy load
+		//
+		$this->mObject->loadUser();
+		$this->mObject->loadModule();
+
+		//
 		// Load children and load their module and commentater.
 		//
 		$handler =& xoops_getmodulehandler('comment');


xoops-cvslog メーリングリストの案内
Back to archive index