diff options
| author | Max Kremmel <xing@synapse.plus.com> | 2007-09-10 19:25:29 +0000 |
|---|---|---|
| committer | Max Kremmel <xing@synapse.plus.com> | 2007-09-10 19:25:29 +0000 |
| commit | 0d4b1a516fd60c7d02203cbbc93ca29cd520b557 (patch) | |
| tree | 69366291ca226cfcae1a010721ce2ab120127aae /templates | |
| parent | f05b5c7d3d8cd46ab2be2078af06d0100bc215dd (diff) | |
| download | pigeonholes-0d4b1a516fd60c7d02203cbbc93ca29cd520b557.tar.gz pigeonholes-0d4b1a516fd60c7d02203cbbc93ca29cd520b557.tar.bz2 pigeonholes-0d4b1a516fd60c7d02203cbbc93ca29cd520b557.zip | |
make sure we use a unique id name and don't load mochi - will interfere with ajax uploads
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/edit_pigeonholes.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/edit_pigeonholes.tpl b/templates/edit_pigeonholes.tpl index ded6c5c..f315307 100644 --- a/templates/edit_pigeonholes.tpl +++ b/templates/edit_pigeonholes.tpl @@ -13,7 +13,7 @@ {legend legend="Create / Edit Category"} {if $gContent->mStructureId} <input type="hidden" name="structure_id" value="{$gContent->mStructureId}" /> - <input type="hidden" name="content_id" value="{$pigeonInfo.content_id}" /> + <input type="hidden" name="pigeonhole_content_id" value="{$pigeonInfo.content_id}" /> <input type="hidden" name="action" value="{$smarty.request.action}" /> <div class="row"> |
