forked from extern/egroupware
switched off forgotten permanent error_log
This commit is contained in:
parent
7f3e6d8897
commit
9a8e3dc1f6
@ -384,7 +384,7 @@ class groupdav extends HTTP_WebDAV_Server
|
|||||||
*/
|
*/
|
||||||
function _properties($app,$no_extra_types=false,$user=null,$path='/')
|
function _properties($app,$no_extra_types=false,$user=null,$path='/')
|
||||||
{
|
{
|
||||||
if ($this->debug) ;error_log(__CLASS__."::$method(app='$app', no_extra_types=$no_extra_types, user='$user', path='$path')");
|
if ($this->debug) error_log(__METHOD__."(app='$app', no_extra_types=$no_extra_types, user='$user', path='$path')");
|
||||||
if ($user)
|
if ($user)
|
||||||
{
|
{
|
||||||
$account_lid = $this->accounts->id2name($user);
|
$account_lid = $this->accounts->id2name($user);
|
||||||
|
Loading…
Reference in New Issue
Block a user