From 134b485fb4c86dcbdf9b873192f7e2433b3d4a5c Mon Sep 17 00:00:00 2001 From: Jan Schneider Date: Tue, 4 Aug 2009 23:33:24 +0200 Subject: [PATCH] ws --- ansel/lib/Api.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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; + } } /** -- 2.11.0