Merge commit 'refs/merge-requests/1633' of git://gitorious.org/statusnet/mainline into 0.9.x

This commit is contained in:
Craig Andrews 2009-09-27 12:57:25 -04:00
commit 7f3c1ac2be
1 changed files with 1 additions and 1 deletions

View File

@ -101,7 +101,7 @@ function newSub($i)
$to = User::staticGet('nickname', $tunic);
if (empty($from)) {
if (empty($to)) {
throw new Exception("Can't find user '$tunic'.");
}