forked from GNUsocial/gnu-social
		
	remove duplicate log() function from RealtimePlugin
This commit is contained in:
		| @@ -120,7 +120,7 @@ class RealtimePlugin extends Plugin | ||||
|  | ||||
|     function onEndShowStatusNetStyles($action) | ||||
|     { | ||||
|         $action->cssLink(common_path('plugins/Realtime/realtimeupdate.css'),  | ||||
|         $action->cssLink(common_path('plugins/Realtime/realtimeupdate.css'), | ||||
|                          null, 'screen, projection, tv'); | ||||
|         return true; | ||||
|     } | ||||
| @@ -293,13 +293,6 @@ class RealtimePlugin extends Plugin | ||||
|         return $tags; | ||||
|     } | ||||
|  | ||||
|     // Push this up to Plugin | ||||
|  | ||||
|     function log($level, $msg) | ||||
|     { | ||||
|         common_log($level, get_class($this) . ': '.$msg); | ||||
|     } | ||||
|  | ||||
|     function _getScripts() | ||||
|     { | ||||
|         return array('plugins/Realtime/realtimeupdate.js', | ||||
|   | ||||
		Reference in New Issue
	
	Block a user