Content copyright © 2006-2007 by eZ systems A.S.
|
|
|
|
Description:
Hi, sorry for the duplicate entry, but by mistake, I assigned the Bug to "ez Publish" instead of "ezComponents". I don't know how you handle this, but as you didn't reply I thought I'd let you know here as well. The original bug entry is at: Copied text in here as well, see below. Regards Environment: ezcomponents-2009.1.1 Steps to Reproduce: Hi! I refer to the class "ezcWebdavFileBackend", around line 619: public function getProperty( $path, $propertyName, $namespace = 'DAV:' ) { $storage = $this->getPropertyStorage( $path ); // Handle dead propretiesif ( $namespace !== 'DAV:' ) {$properties = $storage->getAllProperties(); return $properties[$namespace][$name]; } ============================== Replace by return $properties[$namespace][$propertyName]; ??? Same at the end of the function for the default value in switch statement. Regards Kevin (Bigace) |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||