Showing
1 changed file
with
2 additions
and
1 deletions
@@ -487,10 +487,11 @@ class FloorProcess | @@ -487,10 +487,11 @@ class FloorProcess | ||
487 | * @param $data | 487 | * @param $data |
488 | * @param $type | 488 | * @param $type |
489 | * @return array | 489 | * @return array |
490 | + * @modify sefon 2016-5-11 13:19:17 | ||
490 | */ | 491 | */ |
491 | private static function announcement($data, $type) | 492 | private static function announcement($data, $type) |
492 | { | 493 | { |
493 | - $result['notice'] = array(); | 494 | + $result['notice'] = $data; |
494 | return $result; | 495 | return $result; |
495 | } | 496 | } |
496 | 497 |
-
Please register or login to post a comment