X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=scripts%2Fcreatesim.php;h=21ed38fd56341d76fde20bc0449ff128397eceb0;hb=b0667ea6d41a9f73ff53168f35fb3713c4fb4a2b;hp=64ad907cb0082419dc942c384e8568e53bb1c7ec;hpb=951601633bdfec4da55a559c522a4d2923600b71;p=quix0rs-gnu-social.git 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)