mirror of
https://github.com/slawkens/myaac.git
synced 2025-11-27 21:56:50 +01:00
* sizeof is alias of count
This commit is contained in:
@@ -17,7 +17,7 @@ else
|
||||
{
|
||||
// detect locale
|
||||
$locale_s = get_browser_languages();
|
||||
if(!sizeof($locale_s))
|
||||
if(!count($locale_s))
|
||||
$locale_ = 'en';
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user