MDL-10870 Missed an instance of old nav in admin/lang.php
[moodle-pu.git] / grade / index.php
blobc077ef08cd0af6dac726c5dd926c8f68371b136a
1 <?php //$Id$
3 /*
4 * Compatibility redirection to reports
5 */
7 require '../config.php';
9 $id = required_param('id', PARAM_INT);
10 redirect('report/index.php?id='.$id);