mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 03:18:26 +00:00
remove unneeded line
This commit is contained in:
parent
cd209ce099
commit
55f3cbe1f6
1 changed files with 0 additions and 1 deletions
|
@ -98,7 +98,6 @@ class XmlView extends View {
|
|||
}
|
||||
}
|
||||
$content = Xml::fromArray($data)->asXML();
|
||||
$this->Blocks->set('content', $content);
|
||||
return $content;
|
||||
}
|
||||
if ($view !== false && $viewFileName = $this->_getViewFileName($view)) {
|
||||
|
|
Loading…
Reference in a new issue