Merge branch 'MDL-55755_31' of git://github.com/dmonllao/moodle into MOODLE_31_STABLE

This commit is contained in:
Eloy Lafuente (stronk7)
2016-09-12 17:35:08 +02:00
+1 -1
View File
@@ -72,6 +72,6 @@ class search_indexed extends base {
* @return \moodle_url
*/
public function get_url() {
return new \moodle_url('/search/admin.php');
return new \moodle_url('/report/search/index.php');
}
}