From: Andrew Dolgov Date: Fri, 23 May 2008 10:50:31 +0000 (+0100) Subject: fix theme changing with non-english translation (closes #209) X-Git-Tag: 1.2.24~22 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=1a66dd9f8b23a578f66911767910bb427fcccb19;p=tt-rss.git fix theme changing with non-english translation (closes #209) --- diff --git a/modules/pref-prefs.php b/modules/pref-prefs.php index 64d7cf6a..cf3d3aee 100644 --- a/modules/pref-prefs.php +++ b/modules/pref-prefs.php @@ -151,7 +151,7 @@ return; - } else if ($subop == __("Change theme")) { + } else if ($subop == "change-theme") { $theme = db_escape_string($_POST["theme"]); @@ -323,7 +323,7 @@ print ""; print ""; print ""; - print ""; + print ""; print "

"; print "";