summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorPaul C. Buetow (mars.fritz.box) <paul@buetow.org>2014-05-09 20:29:52 +0200
committerPaul C. Buetow (mars.fritz.box) <paul@buetow.org>2014-05-09 20:29:52 +0200
commita1500f699618928e52a90dc1c564c4d3e328e736 (patch)
tree4338f476c229d5c9cfc547cfcbaef7e1bb2f4ea3 /src
parent03676631a760c3bbdc09ed68784550ed5bd32fe7 (diff)
fix
Diffstat (limited to 'src')
-rwxr-xr-xsrc/photoalbum.sh2
1 files changed, 1 insertions, 1 deletions
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=..