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)
This commit is contained in:
parent
c52951cef5
commit
7aeb03f727
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue
Block a user