Welterkj has uploaded a new change for review.
https://gerrit.wikimedia.org/r/185339
Change subject: Add UploadFromLocalFile to wgAutoloadClasses.
......................................................................
Add UploadFromLocalFile to wgAutoloadClasses.
Change-Id: Ibaf51161250e5808f7fbd96932bc178eca9aaaa0
---
M GraphViz.php
1 file changed, 1 insertion(+), 0 deletions(-)
git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/GraphViz
refs/changes/39/185339/1
diff --git a/GraphViz.php b/GraphViz.php
index 25ea832..3ac07c2 100644
--- a/GraphViz.php
+++ b/GraphViz.php
@@ -91,6 +91,7 @@
$GLOBALS['wgAutoloadClasses']['GraphViz'] = $dir . "GraphViz_body.php";
$GLOBALS['wgAutoloadClasses']['GraphRenderParms'] = $dir .
"GraphRenderParms.php";
$GLOBALS['wgAutoloadClasses']['UploadLocalFile'] = $dir .
"UploadLocalFile.php";
+ $GLOBALS['wgAutoloadClasses']['UploadFromLocalFile'] = $dir .
"UploadLocalFile.php";
$GLOBALS['wgHooks']['ParserFirstCallInit'][] = 'GraphViz::onParserInit';
$GLOBALS['wgHooks']['OutputPageParserOutput'][] =
'GraphViz::onOutputPageParserOutput';
$GLOBALS['wgHooks']['ArticleDeleteComplete'][] =
'GraphViz::onArticleDeleteComplete';
--
To view, visit https://gerrit.wikimedia.org/r/185339
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: Ibaf51161250e5808f7fbd96932bc178eca9aaaa0
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/GraphViz
Gerrit-Branch: master
Gerrit-Owner: Welterkj <[email protected]>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits