Welterkj has submitted this change and it was merged.

Change subject: Add UploadFromLocalFile to wgAutoloadClasses.
......................................................................


Add UploadFromLocalFile to wgAutoloadClasses.

Change-Id: Ibaf51161250e5808f7fbd96932bc178eca9aaaa0
---
M GraphViz.php
1 file changed, 1 insertion(+), 0 deletions(-)

Approvals:
  Welterkj: Verified; Looks good to me, approved



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: merged
Gerrit-Change-Id: Ibaf51161250e5808f7fbd96932bc178eca9aaaa0
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/GraphViz
Gerrit-Branch: master
Gerrit-Owner: Welterkj <[email protected]>
Gerrit-Reviewer: Welterkj <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to