diff options
author | Lukas Reschke <lukas@statuscode.ch> | 2013-05-11 21:08:26 +0200 |
---|---|---|
committer | Morris Jobke <morris.jobke@gmail.com> | 2013-05-12 10:51:21 +0200 |
commit | 337e3ed61fc50d1d69b6f481777e58c3f9a428fd (patch) | |
tree | 6adf79fbcb32147c6532d989e0896ed616316566 /core/js | |
parent | 63d51980e17b34c16fdff2cb5bc6f9924a8f1d61 (diff) | |
download | nextcloud-server-337e3ed61fc50d1d69b6f481777e58c3f9a428fd.tar.gz nextcloud-server-337e3ed61fc50d1d69b6f481777e58c3f9a428fd.zip |
Typo
Diffstat (limited to 'core/js')
-rw-r--r-- | core/js/config.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/js/config.php b/core/js/config.php index 8a377c2da1a..48bea6ae542 100644 --- a/core/js/config.php +++ b/core/js/config.php @@ -26,8 +26,8 @@ $array = array( "oc_debug" => (defined('DEBUG') && DEBUG) ? 'true' : 'false', "oc_webroot" => "\"".OC::$WEBROOT."\"", "oc_appswebroots" => str_replace('\\/', '/', json_encode($apps_paths)), // Ugly unescape slashes waiting for better solution - "oc_current_user" => "document.head.getAttribute('data-user');", - "oc_requesttoken" => "document.head.getAttribute('data-requesttoken');", + "oc_current_user" => "document.head.getAttribute('data-user')", + "oc_requesttoken" => "document.head.getAttribute('data-requesttoken')", "datepickerFormatDate" => json_encode($l->l('jsdate', 'jsdate')), "dayNames" => json_encode( array( |