That's better

This commit is contained in:
friendica
2012-08-16 01:03:53 -07:00
parent eb911443aa
commit adba0bd98a
4 changed files with 3 additions and 6 deletions

View File

@@ -451,7 +451,7 @@ function format_js_if_exists($source) {
else
$path = theme_include($source);
if($path)
return '<script src="' . z_root() . '/' . $source . '" ></script>' . "\r\n" ;
return '<script src="' . z_root() . '/' . $path . '" ></script>' . "\r\n" ;
}