Merge branch 'master' into php5

* master:
  SCP: Add missing space after case statement.
This commit is contained in:
Andreas Fischer 2014-12-04 19:56:34 +01:00
commit 243ad0c54a

View File

@ -111,7 +111,7 @@ class Net_SCP
}
switch (strtolower(get_class($ssh))) {
case'net_ssh2':
case 'net_ssh2':
$this->mode = NET_SCP_SSH2;
break;
case 'net_ssh1':