diff options
Diffstat (limited to 'server/stream.ajax.php')
-rw-r--r-- | server/stream.ajax.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/stream.ajax.php b/server/stream.ajax.php index 4d981680..516e919f 100644 --- a/server/stream.ajax.php +++ b/server/stream.ajax.php @@ -63,7 +63,7 @@ switch ($_REQUEST['action']) { if (($new == 'localplay' AND $current != 'localplay') OR ($current == 'localplay' AND $new != 'localplay')) { - $results['rightbar'] = ajax_include('rightbar.inc.php'); + $results['rightbar'] = UI::ajax_include('rightbar.inc.php'); } $results['rfc3514'] = '0x0'; |