From 42d69a95f3276a2d6089ca68f635c4e2f6aa7a23 Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Tue, 21 Oct 2014 16:45:36 +0200 Subject: convert tabs indention to indention with 4 spaces because of mixing of both variants in code and better readability on github and websites because you cant set the indention width there and 8 spaces will be used for a tab --- hooks/user.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hooks') diff --git a/hooks/user.php b/hooks/user.php index 0502960ec..8ad12e880 100644 --- a/hooks/user.php +++ b/hooks/user.php @@ -21,7 +21,7 @@ class User { public static function deleteUser($params) { $userId = $params['uid']; - + $app = new Application(); $container = $app->getContainer(); -- cgit v1.2.3