Skip to content

Commit

Permalink
Only gifs work currently
Browse files Browse the repository at this point in the history
  • Loading branch information
daleharvey committed Jun 18, 2012
1 parent 974bf8f commit adc7dfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/controllers/preferences.php
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ function index()
strlen($_FILES['emot_upload']['name']) > 0) {
$this->load->library('upload', array(
'upload_path' => './img/emoticons/',
'allowed_types' => 'gif|png',
'allowed_types' => 'gif',
'max_size' => 20,
'max_width' => 16,
'max_height' => 16,
Expand Down

0 comments on commit adc7dfb

Please sign in to comment.