aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authormodus75 <modus75@users.noreply.github.com>2015-10-15 22:05:20 +0200
committermodus75 <modus75@users.noreply.github.com>2015-10-15 22:05:20 +0200
commitd7fef70c4c3707fd7650896c5a62f0a7c5cc81f0 (patch)
tree539c0807d513c250242f13e5eebc3e89031b3519 /include
parent11ccdff58523d10ccc970b879c5de01e7ec40ee2 (diff)
fix #361 - Watermark Y repeat
Diffstat (limited to 'include')
-rw-r--r--include/derivative_std_params.inc.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/derivative_std_params.inc.php b/include/derivative_std_params.inc.php
index a0f1edb76..9fe4c3b02 100644
--- a/include/derivative_std_params.inc.php
+++ b/include/derivative_std_params.inc.php
@@ -52,6 +52,8 @@ final class WatermarkParams
/** @var int */
public $xrepeat = 0;
/** @var int */
+ public $yrepeat = 0;
+ /** @var int */
public $opacity = 100;
}