Skip to content
Snippets Groups Projects
Commit 9edb4cd5 authored by Michael Große's avatar Michael Große
Browse files

fix: correctly show conflicts in extension manager

parent 85d3e2b7
No related branches found
No related tags found
No related merge requests found
......@@ -340,7 +340,7 @@ class helper_plugin_extension_extension extends DokuWiki_Plugin {
* @return array The names of the conflicting extensions
*/
public function getConflicts() {
if (!empty($this->remoteInfo['conflicts'])) return $this->remoteInfo['dependencies'];
if (!empty($this->remoteInfo['conflicts'])) return $this->remoteInfo['conflicts'];
return array();
}
......
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