Skip to content

Commit

Permalink
MDL-27171 messages: remove excessive include_once
Browse files Browse the repository at this point in the history
Signed-off-by: Ruslan Kabalin <ruslan.kabalin@luns.net.uk>
  • Loading branch information
Ruslan Kabalin committed May 31, 2011
1 parent 8380751 commit a4de1d8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/adminlib.php
Expand Up @@ -4940,7 +4940,6 @@ public function search($query) {
}

$found = false;
require_once($CFG->dirroot.'/message/lib.php');
if ($processors = get_message_processors()) {
$textlib = textlib_get_instance();
foreach ($processors as $processor) {
Expand Down

0 comments on commit a4de1d8

Please sign in to comment.