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";