mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-11 04:52:14 +09:00
#18947649 : deprecate smartphone
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@7510 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
e03a4d888e
commit
763af3d026
1 changed files with 1 additions and 0 deletions
|
|
@ -38,6 +38,7 @@
|
||||||
for($i=0;$i<$searched_count;$i++) {
|
for($i=0;$i<$searched_count;$i++) {
|
||||||
// 애드온의 이름
|
// 애드온의 이름
|
||||||
$addon_name = $searched_list[$i];
|
$addon_name = $searched_list[$i];
|
||||||
|
if($addon_name == "smartphone") continue;
|
||||||
|
|
||||||
// 애드온의 경로 (files/addons가 우선)
|
// 애드온의 경로 (files/addons가 우선)
|
||||||
$path = $this->getAddonPath($addon_name);
|
$path = $this->getAddonPath($addon_name);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue