]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - plugins/GNUsocialPhotos/actions/photoupload.php
Fixed a typo that rendered firefox (and probably others) unable to upload photos.
[quix0rs-gnu-social.git] / 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',