mirror of
https://github.com/devcode-it/openstamanager.git
synced 2025-02-08 23:58:42 +01:00
Fix problema Note interne con PHP 8
This commit is contained in:
parent
37e47d1b11
commit
03c1d517d0
@ -19,7 +19,7 @@
|
|||||||
|
|
||||||
include_once __DIR__.'/../core.php';
|
include_once __DIR__.'/../core.php';
|
||||||
|
|
||||||
if (count($notes) > 0) {
|
if (!$notes->isEmpty()) {
|
||||||
echo '
|
echo '
|
||||||
<div class="box box-info direct-chat direct-chat-info">
|
<div class="box box-info direct-chat direct-chat-info">
|
||||||
<div class="box-header with-border">
|
<div class="box-header with-border">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user