aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2012-08-16 01:03:53 -0700
committerfriendica <info@friendica.com>2012-08-16 01:03:53 -0700
commitadba0bd98ac8c3fd5d2210e5e14f6a3ebfb00cd4 (patch)
treecf1b741798c4b11789f84a6bbc708376f635a470 /include
parenteb911443aaee63f414cd95de4dabf60e2f14a994 (diff)
downloadvolse-hubzilla-adba0bd98ac8c3fd5d2210e5e14f6a3ebfb00cd4.tar.gz
volse-hubzilla-adba0bd98ac8c3fd5d2210e5e14f6a3ebfb00cd4.tar.bz2
volse-hubzilla-adba0bd98ac8c3fd5d2210e5e14f6a3ebfb00cd4.zip
That's better
Diffstat (limited to 'include')
-rw-r--r--include/plugin.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/plugin.php b/include/plugin.php
index 9555268f7..7202ccaa9 100644
--- a/include/plugin.php
+++ b/include/plugin.php
@@ -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" ;
}