Skip to content

Commit

Permalink
PHPOffice#123 : Support for Video (Fix PHPUnit tests)
Browse files Browse the repository at this point in the history
  • Loading branch information
Progi1984 committed Mar 31, 2016
1 parent 01754a1 commit bf5172f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/PhpPresentation/Writer/ODPresentation.php
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ public function save($pFilename)

$oDir = new DirectoryIterator(dirname(__FILE__).DIRECTORY_SEPARATOR.'ODPresentation');
foreach ($oDir as $oFile) {
echo "\n".$this->path."/".$oFile->getBasename('.php')."\n";
echo "\n".dirname(__FILE__).DIRECTORY_SEPARATOR.'ODPresentation'."/".$oFile->getBasename('.php')."\n";
if (!$oFile->isFile()) {
continue;
}
Expand Down

0 comments on commit bf5172f

Please sign in to comment.