diff options
author | Mario Vavti <mario@mariovavti.com> | 2017-11-06 11:25:49 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2017-11-06 11:25:49 +0100 |
commit | 94e548b07a129fc6a57c38b5d6799e86ca3d34ba (patch) | |
tree | efa7f3d70013388da905f005794c094315c61dd5 /view | |
parent | 9cd715bbbf8b02fad21b1f4982c8de7c0e575154 (diff) | |
download | volse-hubzilla-94e548b07a129fc6a57c38b5d6799e86ca3d34ba.tar.gz volse-hubzilla-94e548b07a129fc6a57c38b5d6799e86ca3d34ba.tar.bz2 volse-hubzilla-94e548b07a129fc6a57c38b5d6799e86ca3d34ba.zip |
lets try this in the wild for a while
Diffstat (limited to 'view')
-rw-r--r-- | view/tpl/cloud_actionspanel.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/cloud_actionspanel.tpl b/view/tpl/cloud_actionspanel.tpl index baee48da3..fc3e7f82f 100644 --- a/view/tpl/cloud_actionspanel.tpl +++ b/view/tpl/cloud_actionspanel.tpl @@ -26,7 +26,7 @@ <input type="hidden" name="return_url" value="{{$return_url}}" /> <label for="files-upload">{{$upload_header}}</label> <input class="form-group pull-left" id="files-upload" type="file" name="userfile"> - {{**include file="field_checkbox.tpl" field=$notify**}} + {{include file="field_checkbox.tpl" field=$notify}} <div class="pull-right btn-group"> <div class="btn-group"> {{if $lockstate}} |