From e6ea10f0b0f1ff2c83cdeaafdd47e6516bd8f7f2 Mon Sep 17 00:00:00 2001 From: haneul Date: Tue, 26 Jan 2010 10:19:11 +0000 Subject: [PATCH] #18646979 : check install for drcomponent git-svn-id: http://xe-core.googlecode.com/svn/sandbox@7247 201d5d3c-b55e-5fd7-737f-ddc643e51545 --- modules/autoinstall/autoinstall.admin.controller.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/modules/autoinstall/autoinstall.admin.controller.php b/modules/autoinstall/autoinstall.admin.controller.php index cf3ed8848..96079da55 100644 --- a/modules/autoinstall/autoinstall.admin.controller.php +++ b/modules/autoinstall/autoinstall.admin.controller.php @@ -82,6 +82,10 @@ case "widgetstyle": $config_file = "/skin.xml"; break; + case "drcomponent": + $config_file = "/info.xml"; + $type = "component"; + break; default: continue;