Fixed typo in comment
authorMarcel Werk <burntime@woltlab.com>
Sun, 7 Dec 2014 15:51:54 +0000 (16:51 +0100)
committerMarcel Werk <burntime@woltlab.com>
Sun, 7 Dec 2014 15:51:54 +0000 (16:51 +0100)
wcfsetup/install/files/lib/action/GravatarDownloadAction.class.php

index dde6d5e66d697e69ea29cb7eac3020fdbb8ab907..aadd7f05174206ecf5ccd632826d7f3449ca9fc8 100644 (file)
@@ -103,7 +103,7 @@ class GravatarDownloadAction extends AbstractAction {
                                file_put_contents(WCF_DIR.$cachedFilename, $reply['body']);
                                FileUtil::makeWritable(WCF_DIR.$cachedFilename);
                                
-                               // file file extension
+                               // update file extension
                                if ($fileExtension != $this->user->gravatarFileExtension) {
                                        $editor = new UserEditor($this->user);
                                        $editor->update(array(