Changeset 1665 for trunk/vendor/Sensei
- Timestamp:
- 06/13/07 22:30:32 (19 months ago)
- Files:
-
- 1 modified
-
trunk/vendor/Sensei/Sensei/Doc/Section.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/vendor/Sensei/Sensei/Doc/Section.php
r1651 r1665 373 373 // Let's assume that the text is defined in another file. 374 374 if (!$current->isRoot() && $current->_text === '') { 375 376 $otherFilename = $current->getPath( ) . '.php';377 375 376 $otherFilename = $current->getPath(false, DIRECTORY_SEPARATOR) . '.txt'; 377 378 378 if (($filename !== $otherFilename) 379 379 && (file_exists($path . DIRECTORY_SEPARATOR . $otherFilename))) {