svn: /web/doc-editor/trunk/php/ PreviewFile.php
[email protected] (Hannes Magnusson)
| Newsgroups | php.doc.web |
|---|---|
| Message-ID | <[email protected]> |
bjori Wed, 08 Jun 2011 19:41:07 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=311943
Log:
blah. name it *Log for consistency
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-08 19:39:49 UTC (rev 311942)
+++ web/doc-editor/trunk/php/PreviewFile.php 2011-06-08 19:41:07 UTC (rev 311943)
@@ -65,7 +65,7 @@
$cmd = 'rm -R '.$this->outputDir.'* ;';
exec("$cmd", $output);
$this->cleanCmd = $cmd;
- $this->cleanOutput = $output;
+ $this->cleanLog = $output;
$rename = 0;
$t = time();