From 29b7de37028e9b923591ff0a2a810203037c174e Mon Sep 17 00:00:00 2001 From: Karl 'vollmerk' Vollmer Date: Mon, 13 Nov 2006 23:13:22 +0000 Subject: more blind commits wooo --- templates/show_localplay_control.inc.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/templates/show_localplay_control.inc.php b/templates/show_localplay_control.inc.php index d1de9e0d..ee4512be 100644 --- a/templates/show_localplay_control.inc.php +++ b/templates/show_localplay_control.inc.php @@ -26,6 +26,8 @@ $localplay = init_localplay(); $required_info = conf('ajax_info'); $ajax_url = conf('ajax_url'); +/* If we actually got something back */ +if (is_object($localplay)) { ?>
has_function('prev')) { ?> @@ -50,3 +52,4 @@ $ajax_url = conf('ajax_url');
+ -- cgit