diff options
author | Joas Schilling <nickvergessen@owncloud.com> | 2015-09-01 17:06:38 +0200 |
---|---|---|
committer | Joas Schilling <nickvergessen@owncloud.com> | 2015-09-08 09:01:01 +0200 |
commit | d04021b1ac8e9717adb39111622a7d024d90502d (patch) | |
tree | 91b1f896c3b0920222dc0b9404c9c7f5e35d2e5b /lib/private/notification/action.php | |
parent | 21b83dc730c9eebd9eb4d8c9944f680514eb2121 (diff) | |
download | nextcloud-server-d04021b1ac8e9717adb39111622a7d024d90502d.tar.gz nextcloud-server-d04021b1ac8e9717adb39111622a7d024d90502d.zip |
Fix the request type and the validity
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; } |