mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-05 17:51:40 +09:00
삭제된 애드온의 경우 캐시파일 애드온 캐시 파일에 저장하지 않도록 코드 변경
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@3219 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
c7d8e42ec1
commit
ba70a13d85
1 changed files with 1 additions and 1 deletions
|
|
@ -56,7 +56,7 @@
|
|||
$oAddonModel = &getAdminModel('addon');
|
||||
$addon_list = $oAddonModel->getInsertedAddons();
|
||||
foreach($addon_list as $addon=> $val) {
|
||||
if($val->is_used != 'Y') continue;
|
||||
if($val->is_used != 'Y' || !is_dir('./addons/'.$addon) ) continue;
|
||||
|
||||
if($val->extra_vars) {
|
||||
unset($extra_vars);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue