Changeset 1515
- Timestamp:
- 04/06/08 17:48:24 (1 month ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/src/main/php/net/stubbles/websites/memphis/stubMemphisIncludeFilePageElement.php
r1503 r1515 53 53 $existsInBasePath = file_exists(self::$baseDir . DIRECTORY_SEPARATOR . $source); 54 54 if (false === $existsInBasePath && file_exists($source) === false) { 55 throw new stubFileNotFoundException( $source);55 throw new stubFileNotFoundException(self::$baseDir . DIRECTORY_SEPARATOR . $source); 56 56 } 57 57
