Skip to content

Commit bf5172f

Browse files
committed
#123 : Support for Video (Fix PHPUnit tests)
1 parent 01754a1 commit bf5172f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/PhpPresentation/Writer/ODPresentation.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ public function save($pFilename)
101101

102102
$oDir = new DirectoryIterator(dirname(__FILE__).DIRECTORY_SEPARATOR.'ODPresentation');
103103
foreach ($oDir as $oFile) {
104-
echo "\n".$this->path."/".$oFile->getBasename('.php')."\n";
104+
echo "\n".dirname(__FILE__).DIRECTORY_SEPARATOR.'ODPresentation'."/".$oFile->getBasename('.php')."\n";
105105
if (!$oFile->isFile()) {
106106
continue;
107107
}

0 commit comments

Comments
 (0)