We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01754a1 commit bf5172fCopy full SHA for bf5172f
src/PhpPresentation/Writer/ODPresentation.php
@@ -101,7 +101,7 @@ public function save($pFilename)
101
102
$oDir = new DirectoryIterator(dirname(__FILE__).DIRECTORY_SEPARATOR.'ODPresentation');
103
foreach ($oDir as $oFile) {
104
- echo "\n".$this->path."/".$oFile->getBasename('.php')."\n";
+ echo "\n".dirname(__FILE__).DIRECTORY_SEPARATOR.'ODPresentation'."/".$oFile->getBasename('.php')."\n";
105
if (!$oFile->isFile()) {
106
continue;
107
}
0 commit comments