From 36ef34af2abcdea63a73b578208f20ca40b52f49 Mon Sep 17 00:00:00 2001 From: vincent-peugnet Date: Thu, 1 Nov 2018 15:56:24 +0100 Subject: flywheel database added --- w/class/art2.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'w/class/art2.php') diff --git a/w/class/art2.php b/w/class/art2.php index fd7a403..2298147 100644 --- a/w/class/art2.php +++ b/w/class/art2.php @@ -44,12 +44,12 @@ class Art2 // _____________________________________________________ F U N ____________________________________________________ - public function __construct(array $donnees) + public function __construct($donnees) { $this->hydrate($donnees); } - public function hydrate(array $donnees) + public function hydrate($donnees) { foreach ($donnees as $key => $value) { $method = 'set' . $key; -- cgit v1.2.3