fix for a misnamed variable in subscription function in the "create simulation data" script

This commit is contained in:
unknown 2009-09-27 13:58:48 +02:00
parent 131292472c
commit 73c9204537
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'.");
}