Skip to content

Commit

Permalink
Include the boards subs file.
Browse files Browse the repository at this point in the history
Signed-off-by: Norv <a.w.norv@gmail.com>
  • Loading branch information
norv committed Jul 20, 2013
1 parent e513992 commit f87acbc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion sources/controllers/Emailuser.controller.php
Expand Up @@ -476,6 +476,7 @@ public function action_reporttm2()
}

// Find out who the real moderators are - for mod preferences.
require_once(SUBSDIR . '/Boards.subs.php');
$real_mods = getBoardModerators($board, true);

// Send every moderator an email.
Expand Down Expand Up @@ -511,4 +512,4 @@ public function action_reporttm2()
// Back to the post we reported!
redirectexit('reportsent;topic=' . $topic . '.msg' . $msg_id . '#msg' . $msg_id);
}
}
}

0 comments on commit f87acbc

Please sign in to comment.