]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
correct source for createsim notices
authorEvan Prodromou <evan@status.net>
Sun, 18 Sep 2011 16:37:14 +0000 (12:37 -0400)
committerEvan Prodromou <evan@status.net>
Sun, 18 Sep 2011 16:37:14 +0000 (12:37 -0400)
scripts/createsim.php

index 64ad907cb0082419dc942c384e8568e53bb1c7ec..21ed38fd56341d76fde20bc0449ff128397eceb0 100644 (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)