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:
Brion Vibber 2010-01-27 08:53:55 -08:00
parent c52951cef5
commit 7aeb03f727
1 changed files with 1 additions and 1 deletions

View File

@ -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();