svn: /web/doc-editor/trunk/php/ PreviewFile.php
[email protected] (Neal Poole)
| Newsgroups | php.doc.web |
|---|---|
| Message-ID | <[email protected]> |
nbpoole Sun, 26 Jun 2011 01:04:20 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=312480
Log:
Fixed typo in PreviewFile.php
Changed paths:
U web/doc-editor/trunk/php/PreviewFile.php
Modified: web/doc-editor/trunk/php/PreviewFile.php
===================================================================
--- web/doc-editor/trunk/php/PreviewFile.php 2011-06-26 00:40:57 UTC (rev 312479)
+++ web/doc-editor/trunk/php/PreviewFile.php 2011-06-26 01:04:20 UTC (rev 312480)
@@ -68,7 +68,7 @@
new ExecStatement('cd %s', array($this->outputDir)),
new ExecStatement('rm -R *')
);
- SaferExec::execMulti($cmd, $output);
+ SaferExec::execMulti($commands, $output);
$this->cleanCmd = implode('; ', $commands);
$this->cleanLog = $output;