Skip to content

Commit

Permalink
small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Anisan authored and Исупов Андрей Николаевич committed Mar 4, 2024
2 parents 65a014d + 4680f65 commit 70b46bd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/openhasp/openhasp.class.php
Expand Up @@ -335,6 +335,7 @@ function reloadPages($id){
foreach ($page['objects'] as $object) {
// перебираем все значения обьекта
foreach ($object as $key => $val) {
if (!is_string($val)) continue;
if ($this->str_contains($val, '%')){
$object[$key] = processTitle($val);
}
Expand Down

0 comments on commit 70b46bd

Please sign in to comment.