Nikerabbit has uploaded a new change for review.
https://gerrit.wikimedia.org/r/60974
Change subject: Possible fix for bug 46716
......................................................................
Possible fix for bug 46716
I can't reproduce it myself so I can't test the fix either
Bug: 46716
Change-Id: I5e71c7adf87c1a6ee953d9292965a9231c0299c9
---
M tag/TPParse.php
1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/Translate
refs/changes/74/60974/1
diff --git a/tag/TPParse.php b/tag/TPParse.php
index 37038df..0e9e302 100644
--- a/tag/TPParse.php
+++ b/tag/TPParse.php
@@ -176,8 +176,8 @@
$prefix = $this->title->getPrefixedDBKey() . '/';
if ( $collection instanceof MessageCollection ) {
- $collection->filter( 'translated', false );
$collection->loadTranslations( DB_MASTER );
+ $collection->filter( 'translated', false );
}
foreach ( $this->sections as $ph => $s ) {
--
To view, visit https://gerrit.wikimedia.org/r/60974
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I5e71c7adf87c1a6ee953d9292965a9231c0299c9
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Translate
Gerrit-Branch: master
Gerrit-Owner: Nikerabbit <[email protected]>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits