Legoktm has uploaded a new change for review. https://gerrit.wikimedia.org/r/76255
Change subject: Cleaning up unused variables in the global space ...................................................................... Cleaning up unused variables in the global space Bug 47514 Change-Id: I37b8906892bb0876ad9a3ee0a26df91325b71290 --- M ArticleCreationWorkflow.php 1 file changed, 3 insertions(+), 0 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/ArticleCreationWorkflow refs/changes/55/76255/1 diff --git a/ArticleCreationWorkflow.php b/ArticleCreationWorkflow.php index 77adf96..b4eb480 100644 --- a/ArticleCreationWorkflow.php +++ b/ArticleCreationWorkflow.php @@ -207,3 +207,6 @@ ); $wgArticleCreationRegistrationCutoff = '20110205121212'; + +unset( $acResourceTemplate ); +unset( $articleCreationDir ); -- To view, visit https://gerrit.wikimedia.org/r/76255 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I37b8906892bb0876ad9a3ee0a26df91325b71290 Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/extensions/ArticleCreationWorkflow Gerrit-Branch: master Gerrit-Owner: Legoktm <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
