Skip to content
Snippets Groups Projects
Commit bbb1a527 authored by Demian Katz's avatar Demian Katz
Browse files

Fixed bug -- wrong return type.

parent 2520e76a
No related merge requests found
......@@ -232,7 +232,7 @@ class VuFindSitemap extends VuFind
{
$parser = static::getParser();
if ($parser == 'None') {
return '';
return array();
}
// Grab the HTML and write it to disk:
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment