1
0
mirror of https://github.com/typemill/typemill.git synced 2025-07-19 05:21:13 +02:00

Hotfix 1.4.0.1: Store metadata again

This commit is contained in:
trendschau
2020-10-23 15:02:54 +02:00
parent d384f48c6b
commit 0f7a301f19

View File

@@ -157,7 +157,7 @@ class MetaApiController extends ContentController
if(!$this->setStructure($draft = true)){ return $response->withJson($this->errors, 404); }
# set information for homepage
$this->setHomepage($args);
$this->setHomepage($args = false);
# set item
if(!$this->setItem()){ return $response->withJson($this->errors, 404); }