Merge branch 'MDL-55755_master' of git://github.com/dmonllao/moodle

This commit is contained in:
Eloy Lafuente (stronk7) 2016-09-12 17:34:21 +02:00
commit b8c5fc8620

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('/admin/searchareas.php');
}
}