forked from Cavemanon/cavepaintings
tidy up some ancient base_href / data_href messes; base_href as a config variable is no longer used
This commit is contained in:
@@ -66,7 +66,7 @@ class RSS_Images extends SimpleExtension {
|
||||
}
|
||||
|
||||
$title = $config->get_string('title');
|
||||
$base_href = make_http($config->get_string('base_href'));
|
||||
$base_href = make_http(get_base_href());
|
||||
$search = "";
|
||||
if(count($search_terms) > 0) {
|
||||
$search = url_escape(implode(" ", $search_terms)) . "/";
|
||||
|
Reference in New Issue
Block a user