Fixed a typo that rendered firefox (and probably others) unable to upload photos.

This commit is contained in:
Ian Denhardt 2010-12-20 16:52:25 -05:00
parent e36399974e
commit 39d0420ab6
1 changed files with 1 additions and 1 deletions

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