Skip to content

Commit

Permalink
Fixed issue #17597: Back button on themes page not working as expected (
Browse files Browse the repository at this point in the history
#2067)

Co-authored-by: encuestabizdevgit <devgit@encuesta.biz>
  • Loading branch information
gabrieljenik and encuestabizdevgit committed Oct 5, 2021
1 parent 379540e commit 506fce1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/controllers/ThemeOptionsController.php
Expand Up @@ -474,7 +474,7 @@ public function actionIndex()

// White Bar with Buttons
$aData['fullpagebar']['returnbutton'] = [
'url' => 'index',
'url' => 'admin/index',
'text' => gT('Back'),
];

Expand Down

0 comments on commit 506fce1

Please sign in to comment.