Merge branch '0.9.x' into 1.0.x

This commit is contained in:
Brion Vibber
2010-08-12 12:56:23 -07:00
286 changed files with 46215 additions and 2331 deletions

View File

@@ -141,7 +141,7 @@ class StatusNet
return true;
}
$sn = Status_network::staticGet($nickname);
$sn = Status_network::staticGet('nickname', $nickname);
if (empty($sn)) {
return false;
throw new Exception("No such site nickname '$nickname'");