mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-24 13:49:56 +09:00
Deleted codes that delete layout instance which is deleted layout files
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.3.1@10875 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
883e81fd0a
commit
2861c35d01
1 changed files with 0 additions and 7 deletions
|
|
@ -84,13 +84,6 @@
|
|||
// Return xml file informaton after listing up the layout and extra_vars
|
||||
$layout_info = $this->getLayoutInfo($layout, $output->data, $output->data->layout_type);
|
||||
|
||||
// If deleted layout files, delete layout instance
|
||||
if (!$layout_info) {
|
||||
$oLayoutController = &getAdminController('layout');
|
||||
$oLayoutController->deleteLayout($layout_srl);
|
||||
return;
|
||||
}
|
||||
|
||||
//insert in cache
|
||||
if($oCacheHandler->isSupport()) $oCacheHandler->put($cache_key,$layout_info);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue