Fix typo in previous commit
authorMatthias Schmidt <gravatronics@live.com>
Thu, 16 Apr 2015 17:01:31 +0000 (19:01 +0200)
committerMatthias Schmidt <gravatronics@live.com>
Thu, 16 Apr 2015 17:01:31 +0000 (19:01 +0200)
wcfsetup/install/files/lib/data/user/avatar/UserAvatar.class.php

index 05f232297c4e834ed356e3b7676682ca2ebbec7d..4a6a9e7cd0e304d4769c05c40010f7a2699417ef 100644 (file)
@@ -130,7 +130,7 @@ class UserAvatar extends DatabaseObject implements IUserAvatar {
                        
                        case 64:
                        case 96:
-                               if ($this->size >= 128 && $this->height >= 128) {
+                               if ($this->width >= 128 && $this->height >= 128) {
                                        $retinaSize = 128;
                                }
                        break;