jenkins-bot has submitted this change and it was merged.
Change subject: SpecialCentralAutoLogin: Fix getting files after file layout
change
......................................................................
SpecialCentralAutoLogin: Fix getting files after file layout change
Change-Id: I20b57ac470cdc932f86fa525ee97672de4c89cd3
---
M includes/specials/SpecialCentralAutoLogin.php
1 file changed, 1 insertion(+), 1 deletion(-)
Approvals:
Reedy: Looks good to me, approved
jenkins-bot: Verified
diff --git a/includes/specials/SpecialCentralAutoLogin.php
b/includes/specials/SpecialCentralAutoLogin.php
index 825e921..bfd28aa 100644
--- a/includes/specials/SpecialCentralAutoLogin.php
+++ b/includes/specials/SpecialCentralAutoLogin.php
@@ -25,7 +25,7 @@
*/
protected static function getInlineScript( $name ) {
// Get file
- $filePath = __DIR__ . '/../modules/inline/' . $name;
+ $filePath = __DIR__ . '/../../modules/inline/' . $name;
if ( !file_exists( $filePath ) ) {
throw new MWException( __METHOD__ . ": file not found:
\"$filePath\"" );
}
--
To view, visit https://gerrit.wikimedia.org/r/165782
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I20b57ac470cdc932f86fa525ee97672de4c89cd3
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/CentralAuth
Gerrit-Branch: wmf/1.25wmf3
Gerrit-Owner: Reedy <[email protected]>
Gerrit-Reviewer: Legoktm <[email protected]>
Gerrit-Reviewer: Reedy <[email protected]>
Gerrit-Reviewer: jenkins-bot <>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits