1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-12-18 19:40:55 +01:00

Minor, derrrp.

This commit is contained in:
epriestley 2012-05-07 10:34:07 -07:00
parent 58efe52b3a
commit 95017e14e9

View file

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