correct source for createsim notices

This commit is contained in:
Evan Prodromou 2011-09-18 12:37:14 -04:00
parent 951601633b
commit b0667ea6d4

View File

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