From b0667ea6d41a9f73ff53168f35fb3713c4fb4a2b Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Sun, 18 Sep 2011 12:37:14 -0400 Subject: [PATCH] correct source for createsim notices --- scripts/createsim.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/createsim.php b/scripts/createsim.php index 64ad907cb0..21ed38fd56 100644 --- a/scripts/createsim.php +++ b/scripts/createsim.php @@ -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) -- 2.39.2