1
0
Fork 0

forgot this when testing

pull/154/head
Matthias Pigulla 2011-12-10 14:15:00 +01:00
parent 7cdb8b6b3b
commit f24164dc16
1 changed files with 1 additions and 1 deletions

View File

@ -178,7 +178,7 @@ class SvnDriver implements VcsDriverInterface
return false;
}
@exec(sprintf('svn info --non-interactive %s 2>/dev/null', escapeshellarg($url)), null, $exit);
exec(sprintf('svn info --non-interactive %s 2>/dev/null', escapeshellarg($url)), null, $exit);
return $exit == 0;
}
}