From: Ian Denhardt Date: Mon, 20 Dec 2010 21:52:25 +0000 (-0500) Subject: Fixed a typo that rendered firefox (and probably others) unable to upload photos. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=39d0420ab6e5905bc9f6e6a4030dae28da5e164f;p=quix0rs-gnu-social.git Fixed a typo that rendered firefox (and probably others) unable to upload photos. --- diff --git a/plugins/GNUsocialPhotos/actions/photoupload.php b/plugins/GNUsocialPhotos/actions/photoupload.php index a37c8d1ab4..209b31ab4f 100644 --- a/plugins/GNUsocialPhotos/actions/photoupload.php +++ b/plugins/GNUsocialPhotos/actions/photoupload.php @@ -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',