summaryrefslogtreecommitdiffstats
path: root/core/js
diff options
context:
space:
mode:
authorRobin Appelman <icewind1991@gmail.com>2011-08-09 15:25:18 +0200
committerRobin Appelman <icewind1991@gmail.com>2011-08-09 15:29:13 +0200
commit88e2b3a8576a978605d2469b00b0bef1e3f11089 (patch)
tree3eea54f7501dedf4d78505a5ea1d1d8ffd27f543 /core/js
parent6d1c266e1e21e5fab56220df7529401c6c1729be (diff)
downloadnextcloud-server-88e2b3a8576a978605d2469b00b0bef1e3f11089.tar.gz
nextcloud-server-88e2b3a8576a978605d2469b00b0bef1e3f11089.zip
initial work on new user management
Diffstat (limited to 'core/js')
-rw-r--r--core/js/js.js3
1 files changed, 2 insertions, 1 deletions
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