aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2024-12-12 14:18:55 +0000
committerMario <mario@mariovavti.com>2024-12-12 14:18:55 +0000
commit2da55d3bd804bd44eb6b6ec5b75e56c58b889e0d (patch)
tree1a5e10a1d403ad0e217588b180f9665e0d554fe7 /boot.php
parente9222d0d9aed21816c8654fae074429afeda8f95 (diff)
downloadvolse-hubzilla-dev.tar.gz
volse-hubzilla-dev.tar.bz2
volse-hubzilla-dev.zip
remove jquery.timeago.js in favor of a native js implementationHEADdev
Diffstat (limited to 'boot.php')
-rw-r--r--boot.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/boot.php b/boot.php
index 71a112288..49606a2e2 100644
--- a/boot.php
+++ b/boot.php
@@ -1271,7 +1271,8 @@ class App {
'$zid' => get_my_address(),
'$channel_id' => self::$profile['uid'] ?? 0,
'$auto_save_draft' => ((isset(self::$profile['uid']) && feature_enabled(self::$profile['uid'], 'auto_save_draft')) ? "true" : "false"),
- '$module' => App::$module
+ '$module' => App::$module,
+ '$lang' => App::$language
]
) . ((isset(self::$page['htmlhead'])) ? self::$page['htmlhead'] : '');