diff options
Diffstat (limited to 'app/class/controllerart.php')
-rw-r--r-- | app/class/controllerart.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/class/controllerart.php b/app/class/controllerart.php index c097df4..9a4edbe 100644 --- a/app/class/controllerart.php +++ b/app/class/controllerart.php @@ -149,6 +149,7 @@ class Controllerart extends Controller { $this->setart($id, 'artlog'); $this->importart(); + var_dump($this->art); } public function add($id) @@ -215,6 +216,7 @@ class Controllerart extends Controller $this->art->hydrate($_POST); $this->art->hydrate($date); $this->art->updateedited(); + $this->art->addauthor($this->user->id()); $this->artmanager->update($this->art); } |