From 39d0420ab6e5905bc9f6e6a4030dae28da5e164f Mon Sep 17 00:00:00 2001
From: Ian Denhardt <ian@zenhack.net>
Date: Mon, 20 Dec 2010 16:52:25 -0500
Subject: [PATCH] Fixed a typo that rendered firefox (and probably others)
 unable to upload photos.

---
 plugins/GNUsocialPhotos/actions/photoupload.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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',
-- 
2.39.5