mirror of
https://github.com/php/web-pres2.git
synced 2026-03-23 23:12:07 +01:00
CS fixes
This commit is contained in:
@@ -31,7 +31,7 @@ function _init_gettext() {
|
||||
}
|
||||
$tdom = textdomain('pres2');
|
||||
$btex = bindtextdomain('pres2', PRES2_LOCALEDIR);
|
||||
return ($loc !== false)
|
||||
return ($loc !== false)
|
||||
&& ($btex == realpath(PRES2_LOCALEDIR))
|
||||
&& ($tdom == 'pres2');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user