aboutsummaryrefslogtreecommitdiff
path: root/w/class/modelart.php
diff options
context:
space:
mode:
authorvincent-peugnet <v.peugnet@free.fr>2018-11-05 13:41:27 +0100
committervincent-peugnet <v.peugnet@free.fr>2018-11-05 13:41:27 +0100
commite7bdf04e3e58aa2c1821918b72753f274d3684fb (patch)
treeba336324aeb65509f67f4791e06d08a70f3f12f1 /w/class/modelart.php
parent85824de70ded75c98bd50220160e2171fdc8df41 (diff)
downloadwcms-e7bdf04e3e58aa2c1821918b72753f274d3684fb.tar.gz
wcms-e7bdf04e3e58aa2c1821918b72753f274d3684fb.zip
render function only body
Diffstat (limited to 'w/class/modelart.php')
-rw-r--r--w/class/modelart.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/w/class/modelart.php b/w/class/modelart.php
index 37262ad..39ef50f 100644
--- a/w/class/modelart.php
+++ b/w/class/modelart.php
@@ -30,6 +30,7 @@ class Modelart extends Modeldb
{
$artdata = new \JamesMoss\Flywheel\Document($art->dry());
+ var_dump($artdata);
$artdata->setId($art->id());
$this->artstore->store($artdata);
}