issue 73 Supporting easy install (autoinstall module) for each local(enlish, korean, etc)

git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@8580 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
ngleader 2011-07-08 07:41:15 +00:00
parent b5bcdda20e
commit cb13f541e8
4 changed files with 15 additions and 10 deletions

View file

@ -13,8 +13,8 @@
function init() {
$template_path = sprintf("%stpl/",$this->module_path);
Context::set('original_site', $this->original_site);
Context::set('uri', $this->uri);
Context::set('original_site', _XE_LOCATION_SITE_);
Context::set('uri', _XE_DOWNLOAD_SERVER_);
$this->setTemplatePath($template_path);
$ftp_info = Context::getFTPInfo();