forked from GNUsocial/gnu-social
		
	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:
		@@ -87,7 +87,7 @@ class RealtimePlugin extends Plugin
 | 
				
			|||||||
        $scripts = $this->_getScripts();
 | 
					        $scripts = $this->_getScripts();
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        foreach ($scripts as $script) {
 | 
					        foreach ($scripts as $script) {
 | 
				
			||||||
            $action->script($script);
 | 
					            $action->script(common_path($script));
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        $user = common_current_user();
 | 
					        $user = common_current_user();
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user