jenkins-bot has submitted this change and it was merged. (
https://gerrit.wikimedia.org/r/405072 )
Change subject: Fix oinPath -> joinPath
......................................................................
Fix oinPath -> joinPath
Change-Id: Ibcfd6842d89461d9e6724ad7cb8ed0d16956294f
Follows-up: I65a8d36a5e74b9614c1109c19b66f99c66c8809c
---
M src/RelPath/RelPath.php
1 file changed, 1 insertion(+), 1 deletion(-)
Approvals:
BryanDavis: Looks good to me, approved
jenkins-bot: Verified
diff --git a/src/RelPath/RelPath.php b/src/RelPath/RelPath.php
index a09e9ca..7c8d8a9 100644
--- a/src/RelPath/RelPath.php
+++ b/src/RelPath/RelPath.php
@@ -60,5 +60,5 @@
* @return string
*/
function joinPath( $base, $path ) {
- return RelPath::oinPath( $base, $path );
+ return RelPath::joinPath( $base, $path );
}
--
To view, visit https://gerrit.wikimedia.org/r/405072
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: Ibcfd6842d89461d9e6724ad7cb8ed0d16956294f
Gerrit-PatchSet: 1
Gerrit-Project: RelPath
Gerrit-Branch: master
Gerrit-Owner: Reedy <[email protected]>
Gerrit-Reviewer: BryanDavis <[email protected]>
Gerrit-Reviewer: Jforrester <[email protected]>
Gerrit-Reviewer: Krinkle <[email protected]>
Gerrit-Reviewer: jenkins-bot <>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits