Skip to content

Commit

Permalink
Update app/code/core/Mage/Oauth2/Block/Adminhtml/Client/Edit.php
Browse files Browse the repository at this point in the history
  • Loading branch information
sreichel authored Sep 18, 2024
1 parent 0a0e256 commit 1b3dd27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/code/core/Mage/Oauth2/Block/Adminhtml/Client/Edit.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public function __construct()
'class' => 'save'
], 100);

$this->_formScripts[] = "function saveAndContinueEdit()" .
$this->_formScripts[] = 'function saveAndContinueEdit()' .
"{editForm.submit($('edit_form').action + 'back/edit/');}";
}

Expand Down

0 comments on commit 1b3dd27

Please sign in to comment.