Ejegg has submitted this change and it was merged.

Change subject: Fix a typo in code that handles an old db schema
......................................................................


Fix a typo in code that handles an old db schema

Actually the schema isn't that old. Change-id of the related tweak:
Ib4af4bff1d90215bccbc8a185f37828b1212a857

Change-Id: I74001df93c00cf97bab1be4af1573b51b854381c
---
M CentralNoticeCampaignLogPager.php
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  Ejegg: Looks good to me, approved



diff --git a/CentralNoticeCampaignLogPager.php 
b/CentralNoticeCampaignLogPager.php
index e017610..e876e35 100644
--- a/CentralNoticeCampaignLogPager.php
+++ b/CentralNoticeCampaignLogPager.php
@@ -135,7 +135,7 @@
 
                // TODO temporary code for soft dependency on schema change
                $summary = property_exists( $row, 'notlog_comment' ) ?
-                       $row->notlog_comment : 'nbsp;';
+                       $row->notlog_comment : ' ';
 
                $htmlOut .= Xml::tags( 'td',
                        array( 'valign' => 'top', 'class' => 'primary-summary' 
),

-- 
To view, visit https://gerrit.wikimedia.org/r/153882
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I74001df93c00cf97bab1be4af1573b51b854381c
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/CentralNotice
Gerrit-Branch: master
Gerrit-Owner: AndyRussG <[email protected]>
Gerrit-Reviewer: Awight <[email protected]>
Gerrit-Reviewer: Ejegg <[email protected]>
Gerrit-Reviewer: Mwalker <[email protected]>
Gerrit-Reviewer: Ssmith <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to