mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-02 17:45:28 +00:00
fix openYoda response
This commit is contained in:
parent
b5fec535fb
commit
0455b38c32
1 changed files with 1 additions and 1 deletions
|
|
@ -563,7 +563,7 @@ class Page
|
||||||
// Load local page
|
// Load local page
|
||||||
if (!$data = \Yggverse\Yoda\Model\Page::get(str_replace('yoda://', '', $url)))
|
if (!$data = \Yggverse\Yoda\Model\Page::get(str_replace('yoda://', '', $url)))
|
||||||
{
|
{
|
||||||
$data = \Yggverse\Yoda\Model\Page::get('Oops');
|
$data = \Yggverse\Yoda\Model\Page::get('Nothing');
|
||||||
}
|
}
|
||||||
|
|
||||||
$this->content->set_markup(
|
$this->content->set_markup(
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue