mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-14 16:02:14 +09:00
r5905 에서 발생한 컨텐트 위젯의 php syntax 오류 수정
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@5906 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
032de69db3
commit
d49b95138a
1 changed files with 6 additions and 4 deletions
|
|
@ -415,11 +415,13 @@
|
|||
|
||||
if ($URL_parsed["query"] != '') $path .= "?".$URL_parsed["query"];
|
||||
|
||||
// $buff = FileHandler::readFile('./widgets/content/conf/info.xml');
|
||||
// $buff = str_replace('<?xml version="1.0" encoding="UTF-8"?>','',$buff);
|
||||
/*
|
||||
$buff = FileHandler::readFile('./widgets/content/conf/info.xml');
|
||||
$buff = str_replace('<?xml version="1.0" encoding="UTF-8"?>','',$buff);
|
||||
|
||||
// $oXmlParser = new XmlParser();
|
||||
// $info_xml = $oXmlParser->parse($buff);
|
||||
$oXmlParser = new XmlParser();
|
||||
$info_xml = $oXmlParser->parse($buff);
|
||||
*/
|
||||
|
||||
$oReqeust = new HTTP_Request($rss_url);
|
||||
$oReqeust->addHeader('Content-Type', 'application/xml');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue