diff options
author | friendica <info@friendica.com> | 2012-07-17 17:08:14 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-07-17 17:08:14 -0700 |
commit | a10e9d335ab68989a0e6e40af8ae03e5dabd27a7 (patch) | |
tree | d28f8ab8f1b7d85719f612605875906868616beb /view/cropbody.tpl | |
parent | 073eb1b8455fe93e49a95125cb23c8d8accb96e2 (diff) | |
download | volse-hubzilla-a10e9d335ab68989a0e6e40af8ae03e5dabd27a7.tar.gz volse-hubzilla-a10e9d335ab68989a0e6e40af8ae03e5dabd27a7.tar.bz2 volse-hubzilla-a10e9d335ab68989a0e6e40af8ae03e5dabd27a7.zip |
front end for alternate profile photos
Diffstat (limited to 'view/cropbody.tpl')
-rw-r--r-- | view/cropbody.tpl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/view/cropbody.tpl b/view/cropbody.tpl index b484d15bf..4c0ca3d63 100644 --- a/view/cropbody.tpl +++ b/view/cropbody.tpl @@ -42,6 +42,7 @@ $desc <form action="profile_photo/$resource" id="crop-image-form" method="post" /> <input type='hidden' name='form_security_token' value='$form_security_token'> +<input type='hidden' name='profile' value='$profile'> <input type="hidden" name="cropfinal" value="1" /> <input type="hidden" name="xstart" id="x1" /> <input type="hidden" name="ystart" id="y1" /> |