Index: trunk/extensions/CentralNotice/SpecialCentralNotice.php |
— | — | @@ -1195,8 +1195,8 @@ |
1196 | 1196 | $dbw->begin(); |
1197 | 1197 | $res = $dbw->update( 'cn_notices', |
1198 | 1198 | array( |
1199 | | - 'not_start' => $start, |
1200 | | - 'not_end' => $end |
| 1199 | + 'not_start' => $startDate, |
| 1200 | + 'not_end' => $endDate |
1201 | 1201 | ), |
1202 | 1202 | array( 'not_name' => $noticeName ) |
1203 | 1203 | ); |