1
0
Fork 0

Fix undefined variable in svn driver

pull/928/merge
Jordi Boggiano 2012-07-18 17:26:19 +02:00
parent c065b5251d
commit 67b846f4e9
1 changed files with 1 additions and 0 deletions

View File

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