#18947649 : deprecate smartphone

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@7510 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
haneul 2010-06-15 07:04:15 +00:00
parent e03a4d888e
commit 763af3d026

View file

@ -38,6 +38,7 @@
for($i=0;$i<$searched_count;$i++) {
// 애드온의 이름
$addon_name = $searched_list[$i];
if($addon_name == "smartphone") continue;
// 애드온의 경로 (files/addons가 우선)
$path = $this->getAddonPath($addon_name);