Merge branch 'master' into update_shipped_apps_from_appstore

This commit is contained in:
Georg Ehrke 2014-05-31 17:55:01 +02:00
commit c6dc9aeda8
1 changed files with 3 additions and 3 deletions

View File

@ -179,9 +179,9 @@ var OC={
webroot:oc_webroot, webroot:oc_webroot,
appswebroots:(typeof oc_appswebroots !== 'undefined') ? oc_appswebroots:false, appswebroots:(typeof oc_appswebroots !== 'undefined') ? oc_appswebroots:false,
currentUser:(typeof oc_current_user!=='undefined')?oc_current_user:false, currentUser:(typeof oc_current_user!=='undefined')?oc_current_user:false,
config: oc_config, config: window.oc_config,
appConfig: oc_appconfig || {}, appConfig: window.oc_appconfig || {},
theme: oc_defaults || {}, theme: window.oc_defaults || {},
coreApps:['', 'admin','log','search','settings','core','3rdparty'], coreApps:['', 'admin','log','search','settings','core','3rdparty'],
/** /**