r73137 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r73136‎ | r73137 | r73138 >
Date:18:22, 16 September 2010
Author:kaldari
Status:ok
Tags:
Comment:
switching from classic JSON to raw JSON since jQuery 1.4 apparently no longer supports classic JSON!
Modified paths:
  • /trunk/extensions/CentralNotice/SpecialBannerListLoader.php (modified) (history)

Diff [purge]

Index: trunk/extensions/CentralNotice/SpecialBannerListLoader.php
@@ -93,7 +93,7 @@
9494 $templates = CentralNotice::selectNoticeTemplates( $this->project, $this->language, $this->location );
9595 }
9696
97 - return 'banners = ' . FormatJson::encode( $templates );
 97+ return FormatJson::encode( $templates );
9898 }
9999
100100 }

Status & tagging log