From d7fef70c4c3707fd7650896c5a62f0a7c5cc81f0 Mon Sep 17 00:00:00 2001 From: modus75 Date: Thu, 15 Oct 2015 22:05:20 +0200 Subject: fix #361 - Watermark Y repeat --- admin/configuration.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'admin/configuration.php') diff --git a/admin/configuration.php b/admin/configuration.php index e7e6033c8..f363021f8 100644 --- a/admin/configuration.php +++ b/admin/configuration.php @@ -578,7 +578,7 @@ switch ($page['section']) $position = 'bottomright'; } - if ($wm->xrepeat != 0) + if ($wm->xrepeat != 0 || $wm->yrepeat != 0) { $position = 'custom'; } @@ -592,6 +592,7 @@ switch ($page['section']) 'xpos' => $wm->xpos, 'ypos' => $wm->ypos, 'xrepeat' => $wm->xrepeat, + 'yrepeat' => $wm->yrepeat, 'opacity' => $wm->opacity, 'position' => $position, ) -- cgit v1.2.3