mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-03-31 16:45:27 +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
|
||||
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(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue