Fixing bug when sending announcements in a group

skala
Julio Montoya 12 years ago
parent 551a38b623
commit c4be90be51
  1. 2
      main/announcements/announcements.inc.php

@ -331,7 +331,7 @@ class AnnouncementManager {
STORE ANNOUNCEMENT GROUP ITEM
*/
public static function add_group_announcement($emailTitle, $newContent, $order, $to, $to_users, $file = array(), $file_comment = '') {
public static function add_group_announcement($emailTitle, $newContent, $to, $to_users, $file = array(), $file_comment = '') {
global $_course;
// database definitions

Loading…
Cancel
Save