Index: trunk/extensions/CentralNotice/SpecialBannerListLoader.php |
— | — | @@ -93,7 +93,7 @@ |
94 | 94 | $templates = CentralNotice::selectNoticeTemplates( $this->project, $this->language, $this->location ); |
95 | 95 | } |
96 | 96 | |
97 | | - return 'banners = ' . FormatJson::encode( $templates ); |
| 97 | + return FormatJson::encode( $templates ); |
98 | 98 | } |
99 | 99 | |
100 | 100 | } |