diff options
author | vincent-peugnet <v.peugnet@free.fr> | 2018-11-01 15:56:24 +0100 |
---|---|---|
committer | vincent-peugnet <v.peugnet@free.fr> | 2018-11-01 15:56:24 +0100 |
commit | 36ef34af2abcdea63a73b578208f20ca40b52f49 (patch) | |
tree | ba1fbb87b954324ecfc27afece7a5258deb88bd6 /w/class/art2.php | |
parent | 26f88e043ebedcadd337011ce527f6148350f0dc (diff) | |
download | wcms-36ef34af2abcdea63a73b578208f20ca40b52f49.tar.gz wcms-36ef34af2abcdea63a73b578208f20ca40b52f49.zip |
flywheel database added
Diffstat (limited to 'w/class/art2.php')
-rw-r--r-- | w/class/art2.php | 4 |
1 files changed, 2 insertions, 2 deletions
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; |