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:
@@ -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); }
|
||||
|
Reference in New Issue
Block a user