Skip to content

Commit

Permalink
Issue #387 - Undefined variable when uploading photo with basic uploader
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanhowdy committed Jul 12, 2013
1 parent 0ed44ae commit d27ada8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@
#382 - Create new address does not create user_settings entry
#383 - Via Tender: video.php - line ~1205 missing quote
#386 - Via Tender: Auto Registration Error in line 337
#387 - Undefined variable when uploading photo with basic uploader


For the full change log please refer to the included ChangeLog file.
Expand Down
2 changes: 1 addition & 1 deletion familyconnections/gallery/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -797,7 +797,7 @@ function displayUploadFormSubmit ()
'.$subject.'
'.$url.'index.php?uid='.$this->fcmsUser->id.'&cid='.$category.'
'.$url.'index.php?uid='.$this->fcmsUser->id.'&cid='.$categoryId.'
----
'.T_('To stop receiving these notifications, visit the following url and change your \'Email Update\' setting to No:').'
Expand Down

0 comments on commit d27ada8

Please sign in to comment.