mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-19 18:32:52 +09:00
#18988109 : remove unnecessary lines
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@7581 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
617f07b077
commit
041aaa8f25
1 changed files with 0 additions and 3 deletions
|
|
@ -7,8 +7,6 @@
|
|||
|
||||
class addon extends ModuleObject {
|
||||
|
||||
var $cache_file = "./files/cache/activated_addons.ache.php";
|
||||
|
||||
/**
|
||||
* @brief 설치시 추가 작업이 필요할시 구현
|
||||
**/
|
||||
|
|
@ -42,7 +40,6 @@
|
|||
* @brief 설치가 이상이 없는지 체크하는 method
|
||||
**/
|
||||
function checkUpdate() {
|
||||
if(file_exists($this->cache_file)) FileHandler::removeFile($this->cache_file);
|
||||
$oDB = &DB::getInstance();
|
||||
if(!$oDB->isColumnExists("addons", "is_used_m")) return true;
|
||||
if(!$oDB->isColumnExists("addons_site", "is_used_m")) return true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue