Skip to content

Commit

Permalink
Initialize version-noverify sooner (bug #705)
Browse files Browse the repository at this point in the history
  • Loading branch information
vrana committed Nov 11, 2019
1 parent 5acdc55 commit 0678ce1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion plugins/version-noverify.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,9 @@
*/
class AdminerVersionNoverify {

function navigation($missing) {
function head() {
echo script("verifyVersion = function () {};");
return true;
}

}

0 comments on commit 0678ce1

Please sign in to comment.