aboutsummaryrefslogtreecommitdiff
path: root/w/class/modelart.php
diff options
context:
space:
mode:
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);
}