- Timestamp:
- 09/24/08 15:45:36 (4 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
branches/1.0/src/config/util/dom/AgaviXmlConfigDomElement.class.php
r2880 r2942 161 161 * 162 162 * @author Noah Fontes <noah.fontes@bitextender.com> 163 * @author David Zülke <david.zuelke@bitextender.com> 163 164 * @since 1.0.0 164 165 */ … … 166 167 { 167 168 // if namespace uri is null, use default ns. if empty string, use no ns 168 return $this->countChildren($name ) === 1;169 return $this->countChildren($name, $namespaceUri) === 1; 169 170 170 171 // XXX: not necessary for single elements?

