mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-22 05:15:29 +09:00
Remove codes. Delete layout instance.
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.3@10916 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
f0c2168f5d
commit
e6302c8c9e
1 changed files with 5 additions and 5 deletions
|
|
@ -85,11 +85,11 @@
|
||||||
$layout_info = $this->getLayoutInfo($layout, $output->data, $output->data->layout_type);
|
$layout_info = $this->getLayoutInfo($layout, $output->data, $output->data->layout_type);
|
||||||
|
|
||||||
// If deleted layout files, delete layout instance
|
// If deleted layout files, delete layout instance
|
||||||
if (!$layout_info) {
|
// if (!$layout_info) {
|
||||||
$oLayoutController = &getAdminController('layout');
|
// $oLayoutController = &getAdminController('layout');
|
||||||
$oLayoutController->deleteLayout($layout_srl);
|
// $oLayoutController->deleteLayout($layout_srl);
|
||||||
return;
|
// return;
|
||||||
}
|
// }
|
||||||
|
|
||||||
//insert in cache
|
//insert in cache
|
||||||
if($oCacheHandler->isSupport()) $oCacheHandler->put($cache_key,$layout_info);
|
if($oCacheHandler->isSupport()) $oCacheHandler->put($cache_key,$layout_info);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue