1
0
Fork 0
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:
epriestley 2012-05-07 10:32:29 -07:00
parent 87207b2f4e
commit 58efe52b3a

View file

@ -43,7 +43,7 @@ foreach ($emails as $phid => $email) {
$etable->getTableName(),
$phid,
$email,
PhabricatorFile::readRandomCharacters(24));
Filessytem::readRandomCharacters(24));
}
echo "Done.\n";