From: Brion Vibber Date: Wed, 27 Jan 2010 16:53:55 +0000 (-0800) Subject: quick fix: use common_path() on realtime update JS so it works with the new JS path... X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=7aeb03f7277de247a642b613775383480bccc63f;p=quix0rs-gnu-social.git quick fix: use common_path() on realtime update JS so it works with the new JS path code (will pull from main server for now) --- diff --git a/plugins/Realtime/RealtimePlugin.php b/plugins/Realtime/RealtimePlugin.php index 89640f5beb..16e28e94d3 100644 --- a/plugins/Realtime/RealtimePlugin.php +++ b/plugins/Realtime/RealtimePlugin.php @@ -87,7 +87,7 @@ class RealtimePlugin extends Plugin $scripts = $this->_getScripts(); foreach ($scripts as $script) { - $action->script($script); + $action->script(common_path($script)); } $user = common_current_user();