Some more linting thanks to scrutinizer-ci

This commit is contained in:
jgen
2014-04-19 01:18:49 -04:00
parent f72bfbb050
commit bdf49b33cb
6 changed files with 15 additions and 9 deletions

View File

@ -62,7 +62,9 @@ class XMLSitemap extends Extension {
private function handle_full_sitemap()
{
global $database, $config;
// add index
$index = array();
$index[0] = $config->get_string("front_page");
$this->add_sitemap_queue($index, "weekly", "1");