Made some changes to insure JCB is stable in PHP7, removed the related translations string from joomla_component view to speed up page load.
This commit is contained in:
@ -271,10 +271,10 @@ class ComponentbuilderModelLayouts extends JModelList
|
||||
continue;
|
||||
}
|
||||
|
||||
// decode layout
|
||||
$item->layout = base64_decode($item->layout);
|
||||
// decode php_view
|
||||
$item->php_view = base64_decode($item->php_view);
|
||||
// decode layout
|
||||
$item->layout = base64_decode($item->layout);
|
||||
// unset the values we don't want exported.
|
||||
unset($item->asset_id);
|
||||
unset($item->checked_out);
|
||||
|
Reference in New Issue
Block a user