svn: /web/doc-editor/trunk/php/ PreviewFile.php
[email protected] (Yannick Torres)
| Newsgroups | php.doc.web |
|---|---|
| Message-ID | <[email protected]> |
yannick Sun, 05 Jun 2011 20:58:53 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=311845
Log:
Don't clean up manual/en/before generating a preview file
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-05 20:50:31 UTC (rev 311844)
+++ web/doc-editor/trunk/php/PreviewFile.php 2011-06-05 20:58:53 UTC (rev 311845)
@@ -66,7 +66,7 @@
$this->checkDir();
// We clean the input output directory
- $cmd = 'rm -R '.$this->outputDir.'* ; rm -R '.$this->inputDir.'*';
+ $cmd = 'rm -R '.$this->outputDir.'* ;';
exec("$cmd");
// We start the build for this file