diff options
author | Mario <mario@mariovavti.com> | 2021-10-02 12:56:35 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2021-10-02 12:56:35 +0000 |
commit | 574a01727ec500ee0c6be0965c5021927c802d52 (patch) | |
tree | c548d5fd6ec3cc41cfc9dd5c393b1180e839448b /view | |
parent | b5cea3301d22185e7278a87176901e82419dafbb (diff) | |
download | volse-hubzilla-574a01727ec500ee0c6be0965c5021927c802d52.tar.gz volse-hubzilla-574a01727ec500ee0c6be0965c5021927c802d52.tar.bz2 volse-hubzilla-574a01727ec500ee0c6be0965c5021927c802d52.zip |
fix removed channels counted for max id check and disable moving until we decide what to do with it
Diffstat (limited to 'view')
-rw-r--r-- | view/tpl/channel_import.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/channel_import.tpl b/view/tpl/channel_import.tpl index c7cbb1742..bbd53cbb5 100644 --- a/view/tpl/channel_import.tpl +++ b/view/tpl/channel_import.tpl @@ -23,7 +23,7 @@ <div id="import-common-desc" class="section-content-info-wrapper">{{$common}}</div> {{include file="field_checkbox.tpl" field=$make_primary}} - {{include file="field_checkbox.tpl" field=$moving}} + {{* include file="field_checkbox.tpl" field=$moving *}} {{include file="field_input.tpl" field=$newname}} <div id="import-common-desc" class="section-content-info-wrapper">{{$pleasewait}}</div> |