diff options
Diffstat (limited to 'lib/private/notification/action.php')
-rw-r--r-- | lib/private/notification/action.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/private/notification/action.php b/lib/private/notification/action.php index 08f3d50bac2..f0bcb23c877 100644 --- a/lib/private/notification/action.php +++ b/lib/private/notification/action.php @@ -110,6 +110,7 @@ class Action implements IAction { throw new \InvalidArgumentException('The given request type is invalid'); } $this->link = $link; + $this->requestType = $requestType; return $this; } |