1
0
Fork 0

make static

pull/410/head
till 2012-03-09 14:34:02 +01:00
parent c78d9ffece
commit 4c2da57140
1 changed files with 1 additions and 1 deletions

View File

@ -96,7 +96,7 @@ class SvnDriver extends VcsDriver implements VcsDriverInterface
$this->svnPassword = $this->io->ask("Password");
$this->useAuth = true;
$cacheTrueAnswers = array('yes', 'y', 'true', 'ja', 'si', 'da');
static $cacheTrueAnswers = array('yes', 'y', 'true', 'ja', 'si', 'da');
$cacheAnswer = strtolower($this->io->ask("Should we Subversion cache these credentials?", 'no'));
if (in_array($cacheAnswer, $cacheTrueAnswers)) {