mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-02 01:52:10 +09:00
add getUpdateUrlBy...(), add process for return url when package install
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@8647 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
29e7c3b35b
commit
7aebc36fb5
12 changed files with 57 additions and 14 deletions
|
|
@ -303,16 +303,6 @@
|
|||
$config_file = $oModel->getConfigFilePath($type);
|
||||
if(!$config_file) return $this->stop("msg_invalid_request");
|
||||
|
||||
// $xml = new XmlParser();
|
||||
// $xmlDoc = $xml->loadXmlFile(FileHandler::getRealPath($path).$config_file);
|
||||
// if(!$xmlDoc) return $this->stop("msg_invalid_request");
|
||||
// if($type == "drcomponent") $type = "component";
|
||||
// if($type == "style") $type = "skin";
|
||||
// $title = $xmlDoc->{$type}->title->body;
|
||||
// $installedPackage->title = $title;
|
||||
// $installedPackage->type = $type;
|
||||
// Context::set('package', $installedPackage);
|
||||
|
||||
$params["act"] = "getResourceapiPackages";
|
||||
$params["package_srls"] = $package_srl;
|
||||
$body = XmlGenerater::generate($params);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue