minor consistency cleanup

This commit is contained in:
Michael Save 2012-08-27 21:50:15 +10:00
parent eb146d9201
commit 913010cff5
11 changed files with 35 additions and 323 deletions

View file

@ -15,7 +15,7 @@ class Remote {
$this->{$name} = $value;
}
$methods = Array();
$methods = array();
if (!isset($this->auth['method']))
error('Unspecified authentication method.');