Skip to content

Commit

Permalink
Dev: Fix TopbarConfiguration editor link action name
Browse files Browse the repository at this point in the history
  • Loading branch information
kevin-foster-uk committed Apr 22, 2024
1 parent 6089f50 commit 575c6ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/core/TopbarConfiguration.php
Expand Up @@ -216,7 +216,7 @@ public static function getSurveyTopbarData($sid)

$editorUrl = Yii::app()->request->getUrlReferrer(
Yii::app()->createUrl(
'editorlink/index',
'editorLink/index',
['route' => 'survey/' . $sid]
)
);
Expand Down

0 comments on commit 575c6ef

Please sign in to comment.