projects
/
friendica.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b102a1d
)
Bugfix
author
Tobias Hößl
<tobias@hoessl.eu>
Sun, 26 Feb 2012 20:43:35 +0000
(20:43 +0000)
committer
Tobias Hößl
<tobias@hoessl.eu>
Sun, 26 Feb 2012 20:43:35 +0000
(20:43 +0000)
include/text.php
patch
|
blob
|
history
diff --git
a/include/text.php
b/include/text.php
index 0f7d2f731c5328f53f8884e3f8d0945a916d5ce0..1f5d4a3e12ae035a094f9129eb3a4007095a391e 100755
(executable)
--- a/
include/text.php
+++ b/
include/text.php
@@
-996,7
+996,7
@@
function lang_selector() {
}
$ll = substr($l,5);
$ll = substr($ll,0,strrpos($ll,'/'));
- $selected = (($ll === $lang && (x($_SESSION
['language']
))) ? ' selected="selected" ' : '');
+ $selected = (($ll === $lang && (x($_SESSION
, 'language'
))) ? ' selected="selected" ' : '');
$o .= '<option value="' . $ll . '"' . $selected . '>' . $ll . '</option>';
}
}