jenkins-bot has submitted this change and it was merged.
Change subject: Fix syntax error in common/skins/Vector.php
......................................................................
Fix syntax error in common/skins/Vector.php
As detected by php -l
I am unsure why we have these files here,
and Maarten does not know either.
It was committed in c70ced22, apparently for Platonides gallery tool,
but I do not know whether this is still used or not.
Change-Id: Iece0443b9f1775140c99b9e43f6f59e04fc100b1
---
M common/skins/Vector.php
1 file changed, 1 insertion(+), 1 deletion(-)
Approvals:
Lokal Profil: Looks good to me, approved
jenkins-bot: Verified
diff --git a/common/skins/Vector.php b/common/skins/Vector.php
index 227a5c8..3ba755f 100644
--- a/common/skins/Vector.php
+++ b/common/skins/Vector.php
@@ -23,7 +23,7 @@
$nav = $this->data['content_navigation'];
if ( $wgVectorUseIconWatch ) {
- $mode = $this->skin->isWatched( $this->skin-<getTitle()
) ? 'unwatch' : 'watch';
+ $mode = $this->skin->isWatched( $this->skin->getTitle()
) ? 'unwatch' : 'watch';
if ( isset( $nav['actions'][$mode] ) ) {
$nav['views'][$mode] = $nav['actions'][$mode];
$nav['views'][$mode]['class'] = rtrim( 'icon '
. $nav['views'][$mode]['class'], ' ' );
--
To view, visit https://gerrit.wikimedia.org/r/281280
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: Iece0443b9f1775140c99b9e43f6f59e04fc100b1
Gerrit-PatchSet: 1
Gerrit-Project: labs/tools/heritage
Gerrit-Branch: master
Gerrit-Owner: Jean-Frédéric <[email protected]>
Gerrit-Reviewer: Jean-Frédéric <[email protected]>
Gerrit-Reviewer: Lokal Profil <[email protected]>
Gerrit-Reviewer: Multichill <[email protected]>
Gerrit-Reviewer: Platonides <[email protected]>
Gerrit-Reviewer: jenkins-bot <>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits