diff options
| author | wjames5 <will@tekimaki.com> | 2008-05-28 21:34:58 +0000 |
|---|---|---|
| committer | wjames5 <will@tekimaki.com> | 2008-05-28 21:34:58 +0000 |
| commit | f2f8bd42911d29319464a2b41655240eea690bb8 (patch) | |
| tree | c1c475c99560945c7842cdd4e2c9bd37fce09263 /templates/mime_view.tpl | |
| parent | 2c2144707aa3bdb85542eb164ab16c590d56e95e (diff) | |
| download | liberty-f2f8bd42911d29319464a2b41655240eea690bb8.tar.gz liberty-f2f8bd42911d29319464a2b41655240eea690bb8.tar.bz2 liberty-f2f8bd42911d29319464a2b41655240eea690bb8.zip | |
typo, property not method
Diffstat (limited to 'templates/mime_view.tpl')
| -rw-r--r-- | templates/mime_view.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/mime_view.tpl b/templates/mime_view.tpl index c02f65a..bfeb946 100644 --- a/templates/mime_view.tpl +++ b/templates/mime_view.tpl @@ -9,7 +9,7 @@ {include file=$view_template preferences=$attachment.preferences} {/legend} - {if ( $gBitUser->isAdmin() || $gBitUser->mUserId() == $attachment.user_id ) && $edit_template} + {if ( $gBitUser->isAdmin() || $gBitUser->mUserId == $attachment.user_id ) && $edit_template} {form legend="Edit File Details"} {formfeedback hash=$feedback} {include file=$edit_template preferences=$attachment.preferences} |
