openrat-cms

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit 0843a1e465b11785eb2341f3379f6f043f3d917a
parent 49637881ca838356b8b283ecfced2bfbde30f41d
Author: dankert <devnull@localhost>
Date:   Thu, 17 Dec 2009 01:32:47 +0100

Überflüssige DEBUG-Meldung entfernt

Diffstat:
actionClasses/WebdavAction.class.php | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/actionClasses/WebdavAction.class.php b/actionClasses/WebdavAction.class.php @@ -166,7 +166,6 @@ class WebdavAction extends Action $this->obj = $uri['object' ]; $this->project = $uri['project']; - Logger::debug('Path: '.gettype($uri['path'])); $this->fullSkriptName .= implode('/',$uri['path']); if ( is_object($this->obj) && $this->obj->isFolder )