correct source for createsim notices

This commit is contained in:
Evan Prodromou 2011-09-18 12:37:14 -04:00
parent 951601633b
commit b0667ea6d4
1 changed files with 1 additions and 1 deletions

View File

@ -149,7 +149,7 @@ function newNotice($i, $tagmax)
$options['scope'] |= Notice::SITE_SCOPE;
}
$notice = Notice::saveNew($user->id, $content, 'system', $options);
$notice = Notice::saveNew($user->id, $content, 'createsim', $options);
}
function newSub($i)