mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-19 11:19:56 +09:00
correct different files.
git-svn-id: http://xe-core.googlecode.com/svn/trunk@9868 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
2f4b847ae2
commit
9747cdc6ca
3 changed files with 1 additions and 11 deletions
|
|
@ -63,7 +63,6 @@
|
|||
if($mtime + $interval*60 > time()) {
|
||||
$page_content = FileHandler::readFile($this->cache_file);
|
||||
$page_content = preg_replace('@<\!--#Meta:@', '<!--Meta:', $page_content);
|
||||
$page_content = preg_replace('@<\!--#Meta:@', '<!--Meta:', $page_content);
|
||||
} else {
|
||||
$oWidgetController = &getController('widget');
|
||||
$page_content = $oWidgetController->transWidgetCode($this->module_info->content);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue