svn: /web/doc-editor/trunk/install/ firstRun.php
[email protected] (Yannick Torres)
| Newsgroups | php.doc.web |
|---|---|
| Message-ID | <[email protected]> |
yannick Wed, 30 Sep 2009 21:46:29 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=289025
Log:
back
Changed paths:
U web/doc-editor/trunk/install/firstRun.php
Modified: web/doc-editor/trunk/install/firstRun.php
===================================================================
--- web/doc-editor/trunk/install/firstRun.php 2009-09-30 21:43:43 UTC (rev 289024)
+++ web/doc-editor/trunk/install/firstRun.php 2009-09-30 21:46:29 UTC (rev 289025)
@@ -22,7 +22,7 @@
}
flush();
// checkout repository from VCS
-//$rm->checkoutRepository();
+$rm->checkoutRepository();
if ($isCLI) {
echo "\n * Applying tools on repository...";