From 95017e14e9ef9dc79ace1eb6c263124fe7565b82 Mon Sep 17 00:00:00 2001 From: epriestley Date: Mon, 7 May 2012 10:34:07 -0700 Subject: [PATCH] Minor, derrrp. --- resources/sql/patches/emailtableport.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/sql/patches/emailtableport.php b/resources/sql/patches/emailtableport.php index 14d000ee39..fb075b603c 100644 --- a/resources/sql/patches/emailtableport.php +++ b/resources/sql/patches/emailtableport.php @@ -43,7 +43,7 @@ foreach ($emails as $phid => $email) { $etable->getTableName(), $phid, $email, - Filessytem::readRandomCharacters(24)); + Filesystem::readRandomCharacters(24)); } echo "Done.\n";