We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22a1796 commit 68c1b97Copy full SHA for 68c1b97
src/Graph/GraphPrinter.php
@@ -114,7 +114,7 @@ public function hasMissingDependency() {
114
$registry = \ExtensionRegistry::getInstance();
115
return (
116
// <graphviz> can be provided by Diagrams.
117
- !$registry->isLoaded( 'Diagrams' ) ||
+ !$registry->isLoaded( 'Diagrams' ) &&
118
!class_exists( 'GraphViz' ) && !class_exists( '\\MediaWiki\\Extension\\GraphViz\\GraphViz' )
119
) && !(
120
// <graphviz can also be added by External Data in Tag emulation mode.
0 commit comments