Skip to content

Commit

Permalink
MDL-27844 files support added to get_users_by_id()
Browse files Browse the repository at this point in the history
  • Loading branch information
stronk7 committed Jun 14, 2011
1 parent 260dd13 commit 7a5f3a3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions user/externallib.php
Original file line number Diff line number Diff line change
Expand Up @@ -356,6 +356,7 @@ public static function get_users_by_id($userids) {
global $CFG, $USER, $DB;
require_once($CFG->dirroot . "/user/lib.php");
require_once($CFG->dirroot . "/user/profile/lib.php"); //custom field library
require_once($CFG->dirroot . "/lib/filelib.php"); // file handling on description and friends

$isadmin = is_siteadmin($USER);

Expand Down

0 comments on commit 7a5f3a3

Please sign in to comment.