Skip to content

Commit

Permalink
Item2080: typo fixed
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.foswiki.org/trunk@4976 0b4bb1d4-4e5a-0410-9cc4-b2b747904278
  • Loading branch information
CrawfordCurrie authored and CrawfordCurrie committed Sep 18, 2009
1 parent 40895c0 commit 0aa4fd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/lib/Foswiki/Meta.pm
Expand Up @@ -2119,7 +2119,7 @@ sub attach {
attachment => $opts{name},
stream => $opts{stream},
tmpFilename => $opts{tmpFilename},
author => $this->{_session}->{user},
user => $this->{_session}->{user},
comment => $opts{comment} || '',
};

Expand Down

0 comments on commit 0aa4fd0

Please sign in to comment.