Fixing a notice for Tim
This commit is contained in:
+2
-2
@@ -543,7 +543,7 @@ class theme_config {
|
||||
if (file_exists($filename)) {
|
||||
ob_start();
|
||||
include_once($filename);
|
||||
$metatags .= ob_get_contents();
|
||||
$metatags = ob_get_contents();
|
||||
ob_end_clean();
|
||||
}
|
||||
return $metatags;
|
||||
@@ -2590,4 +2590,4 @@ function output_css_for_css_edit($files, $toreplace) {
|
||||
}
|
||||
echo "/* @end */\n\n";
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user