Skip to content
Snippets Groups Projects
Commit 10580724 authored by Andreas Gohr's avatar Andreas Gohr
Browse files

initialize array before use

parent dda9db03
No related branches found
No related tags found
No related merge requests found
......@@ -80,6 +80,7 @@ class DokuWiki_Admin_Plugin extends DokuWiki_Plugin {
public function isAccessibleByCurrentUser() {
global $INFO;
$data = [];
$data['instance'] = $this;
$data['hasAccess'] = false;
......
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