From a1500f699618928e52a90dc1c564c4d3e328e736 Mon Sep 17 00:00:00 2001 From: "Paul C. Buetow (mars.fritz.box)" Date: Fri, 9 May 2014 20:29:52 +0200 Subject: fix --- src/photoalbum.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/photoalbum.sh b/src/photoalbum.sh index 85394ea..35002e7 100755 --- a/src/photoalbum.sh +++ b/src/photoalbum.sh @@ -70,7 +70,6 @@ function albumhtml() { declare html_dir="${1}" ; shift declare thumbs_dir="${1}" ; shift declare backhref="${1}" ; shift - declare is_subalbum=no declare -i num=1 declare -i i=0 declare name=page-${num} @@ -149,6 +148,7 @@ function albumhtml() { function albumindexhtml() { declare -a dirs=( "${1}" ) + declare is_subalbum=no html_dir=html backhref=.. -- cgit v1.2.3