diff options
author | Sarven Capadisli <csarven@status.net> | 2009-09-28 18:07:11 +0200 |
---|---|---|
committer | Sarven Capadisli <csarven@status.net> | 2009-09-28 18:07:11 +0200 |
commit | f6d67781a10b136a9700d616bfb1d0336211e4e3 (patch) | |
tree | 4ed6fee1d7b4cfa0e74dfafdc21e4768628dee9f /scripts/createsim.php | |
parent | c012b278f00664470e74a0009791e8b2bca2a5e3 (diff) | |
parent | 4e6c7302072eb6e11ae0025795a7a96fb28f2f29 (diff) |
Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x
Diffstat (limited to 'scripts/createsim.php')
-rw-r--r-- | scripts/createsim.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/createsim.php b/scripts/createsim.php index 71ed3bf72..1266a9700 100644 --- a/scripts/createsim.php +++ b/scripts/createsim.php @@ -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'."); } |