Skip to content

Commit

Permalink
Fixed issue: Cannot edit file in theme editor
Browse files Browse the repository at this point in the history
  • Loading branch information
c-schmitz committed Oct 24, 2022
1 parent c27c352 commit 85b57b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/controllers/admin/Themes.php
Original file line number Diff line number Diff line change
Expand Up @@ -875,7 +875,7 @@ public function templatesavechanges()
in_array($relativePathEditfile, $jsfiles) === false
) {
Yii::app()->user->setFlash('error', gT('Invalid theme name'));
$this->getController()->redirect(array("admin/themes/sa/upload"));
$this->getController()->redirect(array("admin/themes/sa/upload"));
}

//$savefilename = $oEditedTemplate
Expand Down

0 comments on commit 85b57b2

Please sign in to comment.