ImageFile $id argument is only for File objects

Remember to eliminate the Avatar/group logo call to ImageFile->resize!
This commit is contained in:
Mikael Nordfeldth
2015-03-11 00:20:48 +01:00
parent 6f76c8b59d
commit 2a32af084f
7 changed files with 7 additions and 10 deletions

View File

@@ -436,7 +436,7 @@ class FacebookfinishloginAction extends Action
} else {
// save it as an avatar
$file = new ImageFile($user->id, Avatar::path($tmpname));
$file = new ImageFile(null, Avatar::path($tmpname));
$filename = $file->resize(180); // size of the biggest img we get from Facebook
$profile = $user->getProfile();