]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Fixed a typo that rendered firefox (and probably others) unable to upload photos.
authorIan Denhardt <ian@zenhack.net>
Mon, 20 Dec 2010 21:52:25 +0000 (16:52 -0500)
committerIan Denhardt <ian@zenhack.net>
Mon, 20 Dec 2010 21:52:25 +0000 (16:52 -0500)
plugins/GNUsocialPhotos/actions/photoupload.php

index a37c8d1ab4034d5a25f1f3afae15096ba2c524ae..209b31ab4f30c9dcf77fb5f610af59868d76bd15 100644 (file)
@@ -61,7 +61,7 @@ class PhotouploadAction extends Action
         if(empty($this->user)) {
             $this->element('p', array(), 'You are not logged in.');
         } else {
-            $this->elementStart('form', array('enctype' => 'mutlipart/form-data',
+            $this->elementStart('form', array('enctype' => 'multipart/form-data',
                                               'method' => 'post',
                                               'action' => common_local_url('photoupload')));
             $this->element('input', array('name' => 'photofile',