mirror of
https://github.com/espocrm/espocrm.git
synced 2026-06-28 06:56:05 +00:00
fix or helper
This commit is contained in:
@@ -550,7 +550,7 @@ class Htmlizer
|
||||
for ($i = 0; $i < count($args) - 1; $i++) {
|
||||
$arg = $args[$i];
|
||||
|
||||
if (!$arg) {
|
||||
if ($arg) {
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user