svn: /web/doc-editor/trunk/php/ File.php

[email protected] (Yannick Torres)
Newsgroups php.doc.web
Message-ID <[email protected]>
yannick                                  Fri, 30 Apr 2010 16:30:49 +0000

Revision: http://svn.php.net/viewvc?view=revision&revision=298812

Log:
Fix path on createFolder

Changed paths:
    U   web/doc-editor/trunk/php/File.php

Modified: web/doc-editor/trunk/php/File.php
===================================================================
--- web/doc-editor/trunk/php/File.php	2010-04-30 16:00:00 UTC (rev 298811)
+++ web/doc-editor/trunk/php/File.php	2010-04-30 16:30:49 UTC (rev 298812)
@@ -151,7 +151,7 @@
        $project = $am->project;

        // We create this folder localy
-       if( ! @mkdir($this->full_path) ) {
+       if( ! @mkdir($appConf[$project]['vcs.path'].$this->lang.$this->path) ) {
            return false;
        }
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.