MTrack/SCM/WorkingCopy.php
[web.mtrack] / MTrack / SCM / WorkingCopy.php
index ca3bba1..0d2165a 100644 (file)
@@ -42,7 +42,7 @@ abstract class MTrack_SCM_WorkingCopy {
         $tn =  '/var/lib/php5/mtrackworkingdirlEwD96';
         if (file_exists($tn)) {
             require_once 'System.php';
-            System::rm('-r', $this->dir);
+            System::rm('-r', $tn);
         }
         return $tn;