[www] r1004 - trunk/svn.matroska.org/WebSVN

[email protected] Fri, 26 Aug 2005 17:51:03 +0400 (MSD)
Newsgroups gmane.comp.multimedia.matroska.cvs
Message-ID <[email protected]>
Author: robux4
Date: 2005-08-26 17:50:58 +0400 (Fri, 26 Aug 2005)
New Revision: 1004

Modified:
   trunk/svn.matroska.org/WebSVN/dl.php
Log:
WebSVN: oops, do the chdir() before the rmdir()

Modified: trunk/svn.matroska.org/WebSVN/dl.php
===================================================================
--- trunk/svn.matroska.org/WebSVN/dl.php	2005-08-26 13:47:43 UTC (rev 1003)
+++ trunk/svn.matroska.org/WebSVN/dl.php	2005-08-26 13:50:58 UTC (rev 1004)
@@ -86,10 +86,10 @@
    
    fclose($fp);
 
+   chdir("/tmp");
+
    rmdir($tmpname);
 
-   chdir("/tmp");
-
 /* robUx4 -
    chdir("..");