replaced print with echo
Signed-off-by: tracer <tracer@24unix.net>
This commit is contained in:
parent
ea6e99e4be
commit
a953e5cc66
|
@ -166,7 +166,7 @@ class PanelRepository
|
|||
|
||||
return $statement->rowCount();
|
||||
} catch (PDOException $e) {
|
||||
print($e->getMessage());
|
||||
echo $e->getMessage();
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue