diff --git a/tine20/Tinebase/Server/Abstract.php b/tine20/Tinebase/Server/Abstract.php index 2da92e4dd74..cef2e07d74c 100644 --- a/tine20/Tinebase/Server/Abstract.php +++ b/tine20/Tinebase/Server/Abstract.php @@ -169,7 +169,9 @@ protected static function _getModelConfigMethods($frontend) continue; } } catch (Exception $e) { - Tinebase_Exception::log($e); + if (! $e instanceof Tinebase_Exception_AccessDenied) { + Tinebase_Exception::log($e); + } continue; }