From 58efe52b3a07011245ec7ba2a3af8ec1ec06b05d Mon Sep 17 00:00:00 2001 From: epriestley Date: Mon, 7 May 2012 10:32:29 -0700 Subject: [PATCH] Minor, fix method call fatal. --- 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 9c4a59ee90..14d000ee39 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, - PhabricatorFile::readRandomCharacters(24)); + Filessytem::readRandomCharacters(24)); } echo "Done.\n";