Changeset 843
- Timestamp:
- 08/15/07 18:15:43 (1 year ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/src/main/php/net/stubbles/xml/stubXMLXIncludeStreamWrapper.php
r842 r843 180 180 $domDocument = DOMDocument::load($this->fileName); 181 181 if (false === $domDocument) { 182 $ this->handleErrors(libxml_get_errors(), $previousErrorHandling);182 $errors = libxml_get_errors(); 183 183 libxml_clear_errors(); 184 $this->handleErrors($errors, $previousErrorHandling); 184 185 } 185 186
