Changeset 3593:ff5f89054250
- Timestamp:
- 09/15/17 11:25:39 (8 years ago)
- Branch:
- 2.12
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
inc/public/class.dc.template.php
r3479 r3593 2930 2930 2931 2931 if (isset($attr['blog_lang'])) { 2932 $sign = (boolean) $attr['blog_lang'] ? '!' : '='; 2932 $sign = '='; 2933 if (substr($attr['blog_lang'],0,1) == '!') { 2934 $sign = '!'; 2935 $attr['blog_lang'] = substr($attr['blog_lang'],1); 2936 } 2933 2937 $if[] = "\$core->blog->settings->system->lang ".$sign."= '".addslashes($attr['blog_lang'])."'"; 2934 2938 }
Note: See TracChangeset
for help on using the changeset viewer.