Skip to content
Snippets Groups Projects
Commit 1f3b9c45 authored by Christopher Smith's avatar Christopher Smith
Browse files

php7 compatibility: change revert plugin constructor to __construct

parent c248bda1
No related branches found
No related tags found
No related merge requests found
......@@ -16,7 +16,7 @@ class admin_plugin_revert extends DokuWiki_Admin_Plugin {
/**
* Constructor
*/
function admin_plugin_revert(){
function __construct(){
$this->setupLocale();
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment