mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 03:32:00 +09:00
#18947649 : deprecate smartphone addon
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@7511 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
763af3d026
commit
286edea1a2
1 changed files with 1 additions and 0 deletions
|
|
@ -126,6 +126,7 @@
|
|||
$oAddonModel = &getAdminModel('addon');
|
||||
$addon_list = $oAddonModel->getInsertedAddons($site_srl);
|
||||
foreach($addon_list as $addon => $val) {
|
||||
if($val->addon == "smartphone") continue;
|
||||
if($val->is_used != 'Y' || !is_dir(_XE_PATH_.'addons/'.$addon) ) continue;
|
||||
|
||||
$extra_vars = unserialize($val->extra_vars);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue