aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs
diff options
context:
space:
mode:
authorHubzilla <hubzilla@hz.macgirvin.com>2017-01-20 13:36:37 -0800
committerHubzilla <hubzilla@hz.macgirvin.com>2017-01-20 13:36:37 -0800
commit0368b6730fcb16ec66a0cb2bdc692ce85d26d633 (patch)
tree80436c924d30cb5be4eb9cbf42fef10007a3bc49 /Zotlabs
parentece1dd1d7edc800085def93e50efc25a3dda55a7 (diff)
downloadvolse-hubzilla-0368b6730fcb16ec66a0cb2bdc692ce85d26d633.tar.gz
volse-hubzilla-0368b6730fcb16ec66a0cb2bdc692ce85d26d633.tar.bz2
volse-hubzilla-0368b6730fcb16ec66a0cb2bdc692ce85d26d633.zip
language aware content
Diffstat (limited to 'Zotlabs')
-rw-r--r--Zotlabs/Render/Comanche.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/Zotlabs/Render/Comanche.php b/Zotlabs/Render/Comanche.php
index 8e36f52c2..048921670 100644
--- a/Zotlabs/Render/Comanche.php
+++ b/Zotlabs/Render/Comanche.php
@@ -108,6 +108,8 @@ class Comanche {
return $_SERVER['REQUEST_URI'];
elseif($x[0] === 'observer') {
if(count($x) > 1) {
+ if($x[1] == 'language')
+ return \App::$language;
$y = \App::get_observer();
if(! $y)
return false;