Browse Source

Fix undefined variable in svn driver

Jordi Boggiano 13 years ago
parent
commit
67b846f4e9
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/Composer/Repository/Vcs/SvnDriver.php

+ 1 - 0
src/Composer/Repository/Vcs/SvnDriver.php

@@ -103,6 +103,7 @@ class SvnDriver extends VcsDriver
                 $path = $match[1];
                 $rev = $match[2];
             } else {
+                $path = '';
                 $rev = '';
             }