Index: trunk/extensions/CentralNotice/SpecialBannerListLoader.php |
— | — | @@ -89,7 +89,7 @@ |
90 | 90 | $templates = CentralNotice::selectNoticeTemplates( $this->project, $this->language ); |
91 | 91 | } |
92 | 92 | |
93 | | - return json_encode( $templates ); |
| 93 | + return 'Banners = ' . json_encode( $templates ); |
94 | 94 | } |
95 | 95 | |
96 | 96 | } |