aboutsummaryrefslogtreecommitdiffstats
path: root/mod
diff options
context:
space:
mode:
authorredmatrix <redmatrix@redmatrix.me>2015-11-20 12:51:24 -0800
committerredmatrix <redmatrix@redmatrix.me>2015-11-20 12:51:24 -0800
commitd9ddf7561f34ca4e83834e9144d2a4f25bc9fa0a (patch)
tree9e5c703d2da9286e263cb990e229a87cfc032b81 /mod
parent37368bda6591ccd0b69775c35599d6696f712c27 (diff)
parent7399f7a087b56e2f09419dc8ff99fc5ce15fa195 (diff)
downloadvolse-hubzilla-d9ddf7561f34ca4e83834e9144d2a4f25bc9fa0a.tar.gz
volse-hubzilla-d9ddf7561f34ca4e83834e9144d2a4f25bc9fa0a.tar.bz2
volse-hubzilla-d9ddf7561f34ca4e83834e9144d2a4f25bc9fa0a.zip
Merge https://github.com/redmatrix/hubzilla into pending_merge
Diffstat (limited to 'mod')
-rwxr-xr-xmod/events.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/mod/events.php b/mod/events.php
index 53284e7a9..c3731bf1c 100755
--- a/mod/events.php
+++ b/mod/events.php
@@ -280,11 +280,11 @@ function events_content(&$a) {
// $plaintext = false;
-
$htpl = get_markup_template('event_head.tpl');
$a->page['htmlhead'] .= replace_macros($htpl,array(
'$baseurl' => $a->get_baseurl(),
- '$editselect' => (($plaintext) ? 'none' : 'textareas')
+ '$editselect' => (($plaintext) ? 'none' : 'textareas'),
+ '$lang' => $a->language
));
$o ="";