MDL-27954 mod_database - fixed search navigation link
This commit is contained in:
+1
-1
@@ -2957,7 +2957,7 @@ function data_extend_navigation($navigation, $course, $module, $cm) {
|
||||
} else {
|
||||
$navigation->add(get_string('single', 'data'), new moodle_url('/mod/data/view.php', array('d'=>$cm->instance, 'mode'=>'single')));
|
||||
}
|
||||
$navigation->add(get_string('search', 'data'), new moodle_url('/mod/data/view.php', array('d'=>$cm->instance, 'mode'=>'search')));
|
||||
$navigation->add(get_string('search', 'data'), new moodle_url('/mod/data/view.php', array('d'=>$cm->instance, 'mode'=>'asearch')));
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user