summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorRoeland Jago Douma <rullzer@owncloud.com>2016-02-09 10:36:44 +0100
committerRoeland Jago Douma <rullzer@owncloud.com>2016-02-09 10:36:44 +0100
commit623a0e463755f9f429f1505a939f86492571f5ce (patch)
treed3d1e5e7fdf89355a7da913c27396aeefbd495b7 /lib
parent38cbfed476b2ba1fc33564752b7e49283c657d08 (diff)
downloadnextcloud-server-623a0e463755f9f429f1505a939f86492571f5ce.tar.gz
nextcloud-server-623a0e463755f9f429f1505a939f86492571f5ce.zip
Example hook check
Diffstat (limited to 'lib')
-rw-r--r--lib/private/share20/share.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/private/share20/share.php b/lib/private/share20/share.php
index cd30f24c42e..e84d52b63a0 100644
--- a/lib/private/share20/share.php
+++ b/lib/private/share20/share.php
@@ -163,6 +163,7 @@ class Share implements \OCP\Share\IShare {
}
$this->nodeType = $type;
+ return $this;
}
/**