From: Jan Schneider Date: Tue, 4 Aug 2009 21:33:24 +0000 (+0200) Subject: ws X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=134b485fb4c86dcbdf9b873192f7e2433b3d4a5c;p=horde.git ws --- diff --git a/ansel/lib/Api.php b/ansel/lib/Api.php index 86c14bb83..810846f80 100644 --- a/ansel/lib/Api.php +++ b/ansel/lib/Api.php @@ -496,10 +496,10 @@ class Ansel_Api extends Horde_Registry_Api if (($GLOBALS['conf']['comments']['allow'] == 'all' || ($GLOBALS['conf']['comments']['allow'] == 'authenticated' && Horde_Auth::getAuth()))) { - return true; - } else { - return false; - } + return true; + } else { + return false; + } } /**