Fixing a notice for Tim

This commit is contained in:
moodler
2009-07-07 07:43:36 +00:00
parent d917700d2d
commit f77fcb5a8f
+2 -2
View File
@@ -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";
}
}
}