Ori.livneh has uploaded a new change for review.
https://gerrit.wikimedia.org/r/243086
Change subject: Fix-up for I21bb3f08e7f: make
ResourceLoaderModule::expandRelativePaths public
......................................................................
Fix-up for I21bb3f08e7f: make ResourceLoaderModule::expandRelativePaths public
Change-Id: Iba76d7e788c3ca5457fe462b7fd9ecfaedba50f8
---
M includes/resourceloader/ResourceLoaderModule.php
1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://gerrit.wikimedia.org:29418/mediawiki/core
refs/changes/86/243086/1
diff --git a/includes/resourceloader/ResourceLoaderModule.php
b/includes/resourceloader/ResourceLoaderModule.php
index 5b030d7..e9bb7cc 100644
--- a/includes/resourceloader/ResourceLoaderModule.php
+++ b/includes/resourceloader/ResourceLoaderModule.php
@@ -475,7 +475,7 @@
* @param array $filePaths
* @return array
*/
- protected static function expandRelativePaths( Array $filePaths ) {
+ public static function expandRelativePaths( Array $filePaths ) {
global $IP;
return array_map( function ( $path ) use ( $IP ) {
return RelPath\joinPath( $IP, $path );
--
To view, visit https://gerrit.wikimedia.org/r/243086
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: Iba76d7e788c3ca5457fe462b7fd9ecfaedba50f8
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/core
Gerrit-Branch: master
Gerrit-Owner: Ori.livneh <[email protected]>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits