summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorlsces <lester@lsces.co.uk>2025-09-11 07:34:06 +0100
committerlsces <lester@lsces.co.uk>2025-09-11 07:34:06 +0100
commit772b520ce91efb8437570ee3a501eb28d3607046 (patch)
tree32bc8d6f2c2cb88e995338717dc3375f8d267e27 /templates
parent4991eb2d49315c1294c91bc991cb6917637a2fb0 (diff)
downloadfisheye-772b520ce91efb8437570ee3a501eb28d3607046.tar.gz
fisheye-772b520ce91efb8437570ee3a501eb28d3607046.tar.bz2
fisheye-772b520ce91efb8437570ee3a501eb28d3607046.zip
missing default
Diffstat (limited to 'templates')
-rwxr-xr-xtemplates/admin_fisheye.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/admin_fisheye.tpl b/templates/admin_fisheye.tpl
index ece709b..2ffa8a4 100755
--- a/templates/admin_fisheye.tpl
+++ b/templates/admin_fisheye.tpl
@@ -79,7 +79,7 @@ function updateGalleryPagination() {
<div class="form-group">
{forminput label="checkbox"}
{html_checkboxes name="$item" values="y" checked=$gBitSystem->getConfig($item) labels=false id=$item} {$output.label}
- {formhelp note=$output.note page=$output.page}
+ {formhelp note=$output.note page=$output.page|default:0}
{/forminput}
</div>
{/foreach}