fix openYoda response

This commit is contained in:
yggverse 2024-04-13 06:10:52 +03:00
parent b5fec535fb
commit 0455b38c32

View file

@ -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(