From e39ec68a94c12786d7ec6648ed253e90c62ae07c Mon Sep 17 00:00:00 2001 From: "Jeroen van Meeuwen (Kolab Systems)" Date: Fri, 30 Mar 2012 12:15:49 +0100 Subject: Return false rather than null --- lib/Conf.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Conf.php b/lib/Conf.php index d843cdd..7c35baf 100644 --- a/lib/Conf.php +++ b/lib/Conf.php @@ -131,7 +131,7 @@ class Conf { " with \$key2: " . $key2 ); - return null; + return false; } public function expand($str, $custom = FALSE) -- cgit v0.12