Skip to content

Commit

Permalink
Fixed banner image upload
Browse files Browse the repository at this point in the history
  • Loading branch information
ivoba authored and Sieg committed Feb 2, 2018
1 parent e0d42cb commit 697734d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions source/Application/Controller/Admin/ActionsMain.php
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@ public function save()
if ($this->checkAccessToEditAction($action) === true) {
$action->assign($this->getActionFormData());
$action->setLanguage($this->_iEditLang);
$action = Registry::getUtilsFile()->processFiles($action);
$action->save();

$this->setEditObjectId($action->getId());
Expand Down

0 comments on commit 697734d

Please sign in to comment.