diff options
author | Michael Gapczynski <mtgap@owncloud.com> | 2013-01-22 14:38:44 -0800 |
---|---|---|
committer | Michael Gapczynski <mtgap@owncloud.com> | 2013-01-22 14:38:44 -0800 |
commit | 9eecb913380fa2f55a8e24b9a15def241519a0de (patch) | |
tree | 7b6fc516e34c256c43d0733040f283b6601dce1e /core/templates/layout.guest.php | |
parent | ec8609fa2186f03f5dde215bc7ed06f47cbe47ba (diff) | |
parent | 5136f6d818d1cb567cdedc468657fb0d0ed82f85 (diff) | |
download | nextcloud-server-9eecb913380fa2f55a8e24b9a15def241519a0de.tar.gz nextcloud-server-9eecb913380fa2f55a8e24b9a15def241519a0de.zip |
Merge pull request #1113 from owncloud/fix-issue-1085
Fix rendering of database connection error page
Diffstat (limited to 'core/templates/layout.guest.php')
-rw-r--r-- | core/templates/layout.guest.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/core/templates/layout.guest.php b/core/templates/layout.guest.php index 8395426e4e4..5b39503474d 100644 --- a/core/templates/layout.guest.php +++ b/core/templates/layout.guest.php @@ -10,7 +10,6 @@ <script type="text/javascript"> var oc_debug = <?php echo (defined('DEBUG') && DEBUG) ? 'true' : 'false'; ?>; var oc_webroot = '<?php echo OC::$WEBROOT; ?>'; - var oc_appswebroots = <?php echo $_['apps_paths'] ?>; var oc_requesttoken = '<?php echo $_['requesttoken']; ?>'; var datepickerFormatDate = <?php echo json_encode($l->l('jsdate', 'jsdate')) ?>; var dayNames = <?php echo json_encode(array((string)$l->t('Sunday'), (string)$l->t('Monday'), (string)$l->t('Tuesday'), (string)$l->t('Wednesday'), (string)$l->t('Thursday'), (string)$l->t('Friday'), (string)$l->t('Saturday'))) ?>; |