CSteipp has submitted this change and it was merged.

Change subject: Adding specials folder to CheckUser and moving 
SpecialCheckUserLog there.
......................................................................


Adding specials folder to CheckUser and moving SpecialCheckUserLog there.

Change-Id: I8e139dcb85a61e70486ba28cb5d24954ea5b88d7
---
M CheckUser.php
R specials/SpecialCheckUserLog.php
2 files changed, 1 insertion(+), 1 deletion(-)

Approvals:
  CSteipp: Verified; Looks good to me, approved
  Jforrester: Looks good to me, but someone else must approve



diff --git a/CheckUser.php b/CheckUser.php
index b140696..54eb2f0 100644
--- a/CheckUser.php
+++ b/CheckUser.php
@@ -98,7 +98,7 @@
 $wgAutoloadClasses['CheckUser'] = $dir . '/CheckUser_body.php';
 $wgAutoloadClasses['CheckUserHooks'] = $dir . '/CheckUser.hooks.php';
 $wgAutoloadClasses['CheckUserLogPager'] = $dir . '/CheckUserLogPager.php';
-$wgAutoloadClasses['SpecialCheckUserLog'] = $dir . '/SpecialCheckUserLog.php';
+$wgAutoloadClasses['SpecialCheckUserLog'] = $dir . 
'/specials/SpecialCheckUserLog.php';
 $wgAutoloadClasses['CheckUserEncryptedData'] = $dir . 
'/CheckUserEncryptedData.php';
 
 // API modules
diff --git a/SpecialCheckUserLog.php b/specials/SpecialCheckUserLog.php
similarity index 100%
rename from SpecialCheckUserLog.php
rename to specials/SpecialCheckUserLog.php

-- 
To view, visit https://gerrit.wikimedia.org/r/52532
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I8e139dcb85a61e70486ba28cb5d24954ea5b88d7
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/CheckUser
Gerrit-Branch: master
Gerrit-Owner: Pgehres <[email protected]>
Gerrit-Reviewer: CSteipp <[email protected]>
Gerrit-Reviewer: Jforrester <[email protected]>
Gerrit-Reviewer: Pgehres <[email protected]>

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

Reply via email to