From d40e66ddb78b0e16b033eab5af768358a44ade27 Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Sun, 11 May 2014 13:50:25 +0200 Subject: use standard layout for container --- hooks/user.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'hooks') diff --git a/hooks/user.php b/hooks/user.php index cbacbbf6a..9191b5fa9 100644 --- a/hooks/user.php +++ b/hooks/user.php @@ -13,7 +13,7 @@ namespace OCA\News\Hooks; -use \OCA\News\App\News; +use \OCA\News\AppInfo\Application; class User { @@ -22,7 +22,7 @@ class User { public static function deleteUser($params) { $userId = $params['uid']; - $app = new News(); + $app = new Application(); $container = $app->getContainer(); // order is important! -- cgit v1.2.3