mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-01 22:40:39 +02:00
[ticket/15289] Use empty instead of count
PHPBB3-15289
This commit is contained in:
@@ -128,9 +128,9 @@ class acp_storage
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if (count($modified_storages))
|
if (!empty($modified_storages))
|
||||||
{
|
{
|
||||||
if (!count($messages))
|
if (empty($messages))
|
||||||
{
|
{
|
||||||
foreach ($modified_storages as $storage_name)
|
foreach ($modified_storages as $storage_name)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user