replaced print with echo

Signed-off-by: tracer <tracer@24unix.net>
This commit is contained in:
tracer 2022-03-01 18:14:33 +01:00
parent ea6e99e4be
commit a953e5cc66
1 changed files with 1 additions and 1 deletions

View File

@ -166,7 +166,7 @@ class PanelRepository
return $statement->rowCount();
} catch (PDOException $e) {
print($e->getMessage());
echo $e->getMessage();
return false;
}
}