From 88e2b3a8576a978605d2469b00b0bef1e3f11089 Mon Sep 17 00:00:00 2001 From: Robin Appelman Date: Tue, 9 Aug 2011 15:25:18 +0200 Subject: initial work on new user management --- core/js/js.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'core/js/js.js') diff --git a/core/js/js.js b/core/js/js.js index 6ad999878c1..952c1b86ea9 100644 --- a/core/js/js.js +++ b/core/js/js.js @@ -27,7 +27,8 @@ t.cache={}; OC={ webroot:oc_webroot, - coreApps:['files','admin','log','search','settings','core'], + currentUser:oc_current_user, + coreApps:['files','admin','log','search','settings','core','3rdparty'], /** * get an absolute url to a file in an appen * @param app the id of the app the file belongs to -- cgit v1.2.3