$db_info를 가져오지 않는 문제 수정

This commit is contained in:
YJSoft 2014-10-04 17:58:57 +09:00 committed by bnu
parent 7160c1fa01
commit 170db78ac4

View file

@ -79,7 +79,7 @@ class addonController extends addon
function makeCacheFile($site_srl = 0, $type = "pc", $gtype = 'site')
{
// Add-on module for use in creating the cache file
$buff = array('<?php if(!defined("__XE__")) exit();', '$_m = Context::get(\'mid\');');
$buff = array('<?php if(!defined("__XE__")) exit();', '$_m = Context::get(\'mid\');','$db_info = Context::getDBInfo();');
$oAddonModel = getAdminModel('addon');
$addon_list = $oAddonModel->getInsertedAddons($site_srl, $gtype);
foreach($addon_list as $addon => $val)