summaryrefslogtreecommitdiffstats
path: root/hooks
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2014-04-06 21:34:17 +0200
committerBernhard Posselt <dev@bernhard-posselt.com>2014-04-06 21:34:17 +0200
commitdfce69a3ae26b449e653958665aa66586cb1e842 (patch)
treecb527139c73a35c6d224e48f7dad6bc0754f9a1d /hooks
parent7c6d727f6a95f77d76e9674ba4ed8e5dc9906bee (diff)
hooks
Diffstat (limited to 'hooks')
-rw-r--r--hooks/user.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/hooks/user.php b/hooks/user.php
index 667153fb4..e7d18c129 100644
--- a/hooks/user.php
+++ b/hooks/user.php
@@ -31,7 +31,7 @@ use \OCA\News\DependencyInjection\DIContainer;
class User {
- public static deleteUser($params) {
+ public static function deleteUser($params) {
$userId = $params['uid'];
$container = new DIContainer();