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

Back to archive index

Minahito minah****@users*****
2006年 5月 15日 (月) 17:40:13 JST


Index: xoops2jp/html/modules/base/admin/actions/ImageListAction.class.php
diff -u xoops2jp/html/modules/base/admin/actions/ImageListAction.class.php:1.1.2.1 xoops2jp/html/modules/base/admin/actions/ImageListAction.class.php:1.1.2.2
--- xoops2jp/html/modules/base/admin/actions/ImageListAction.class.php:1.1.2.1	Wed May 10 19:25:10 2006
+++ xoops2jp/html/modules/base/admin/actions/ImageListAction.class.php	Mon May 15 17:40:13 2006
@@ -28,6 +28,11 @@
 	function executeViewIndex(&$controller, &$xoopsUser, &$render)
 	{
 		$render->setTemplateName("image_list.html");
+		
+		foreach (array_keys($this->mObjects) as $key) {
+			$this->mObjects[$key]->loadImagecategory();
+		}
+		
 		$render->setAttribute("objects", $this->mObjects);
 		$render->setAttribute("pageNavi", $this->mNavi);
 	}


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