mirror of
https://we.phorge.it/source/phorge.git
synced 2024-12-18 19:40:55 +01:00
Minor, fix method call fatal.
This commit is contained in:
parent
87207b2f4e
commit
58efe52b3a
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ foreach ($emails as $phid => $email) {
|
||||||
$etable->getTableName(),
|
$etable->getTableName(),
|
||||||
$phid,
|
$phid,
|
||||||
$email,
|
$email,
|
||||||
PhabricatorFile::readRandomCharacters(24));
|
Filessytem::readRandomCharacters(24));
|
||||||
}
|
}
|
||||||
|
|
||||||
echo "Done.\n";
|
echo "Done.\n";
|
||||||
|
|
Loading…
Reference in a new issue