forked from GNUsocial/gnu-social
don't choke on dupelimit in createsim.php
This commit is contained in:
parent
b0a3105638
commit
200a32b922
@ -119,6 +119,9 @@ function newSub($i)
|
|||||||
|
|
||||||
function main($usercount, $noticeavg, $subsavg, $tagmax)
|
function main($usercount, $noticeavg, $subsavg, $tagmax)
|
||||||
{
|
{
|
||||||
|
global $config;
|
||||||
|
$config['site']['dupelimit'] = -1;
|
||||||
|
|
||||||
$n = 1;
|
$n = 1;
|
||||||
|
|
||||||
newUser(0);
|
newUser(0);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user