mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-17 10:19:55 +09:00
fixed typo
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@7924 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
5d6952a3d5
commit
fe7291f26d
1 changed files with 1 additions and 1 deletions
|
|
@ -286,7 +286,7 @@
|
|||
else $cache_time = -1;
|
||||
|
||||
// if there is no cache file or is not new, find original xml query file and parse it
|
||||
if($cache_time < filemtime($xml_file) || $cache_time < filemtime(_XE_PATH_.'classes/db/DB.class.php' || $cache_time < filemtime(_XE_PATH_.'classes/xml/XmlQueryParser.class.php')) {
|
||||
if($cache_time < filemtime($xml_file) || $cache_time < filemtime(_XE_PATH_.'classes/db/DB.class.php') || $cache_time < filemtime(_XE_PATH_.'classes/xml/XmlQueryParser.class.php')) {
|
||||
require_once(_XE_PATH_.'classes/xml/XmlQueryParser.class.php');
|
||||
$oParser = new XmlQueryParser();
|
||||
$oParser->parse($query_id, $xml_file, $cache_file);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue