From b611d2e0a3c4b3e67273478baa4138e3bf47c7b4 Mon Sep 17 00:00:00 2001 From: Karl 'vollmerk' Vollmer Date: Fri, 5 Jan 2007 08:07:00 +0000 Subject: * Added echo of pattern on print tags * Tweaked headers on ajax page * Fixed quick search box issues on browse by song * Reverted to text for browse by albums * Fixed some bad error handling on localplay --- lib/class/localplay.class.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lib/class/localplay.class.php') diff --git a/lib/class/localplay.class.php b/lib/class/localplay.class.php index ba5c3c2a..8729b2df 100644 --- a/lib/class/localplay.class.php +++ b/lib/class/localplay.class.php @@ -80,7 +80,8 @@ class Localplay { if (!$include) { /* Throw Error Here */ - + debug_event('localplay','Unable to load ' . $this->type . ' controller','2'); + return false; } // include else { $class_name = "Ampache" . $this->type; -- cgit