mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 09:05:27 +00:00
refactor page mime routing to init multimedia support
This commit is contained in:
parent
720f9ebbae
commit
81595f0b79
6 changed files with 223 additions and 195 deletions
|
|
@ -62,7 +62,7 @@ class Save
|
|||
{
|
||||
file_put_contents(
|
||||
$dialog->get_filename(),
|
||||
$page->content->data->raw
|
||||
$page->content->getSource()
|
||||
);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue