Skip to content

Commit

Permalink
files MDL-19799 Fixed up call to deprecated function notice
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam Hemelryk committed Sep 22, 2010
1 parent b9a8c72 commit affb8fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion files/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
//$options['visible_areas'] = array('backup'=>array('section', 'course'), 'course'=>array('legacy'), 'user'=>array('backup'));
echo $output->files_tree_viewer($file_info, $options);
} else {
notify(get_string('nofilesavailable', 'repository'));
echo $output->notification(get_string('nofilesavailable', 'repository'));
}

echo $output->box_end();
Expand Down

0 comments on commit affb8fd

Please sign in to comment.