Skip to content

Commit

Permalink
Auto actions on moved item now work. Fixes kiswa#153.
Browse files Browse the repository at this point in the history
  • Loading branch information
kiswa committed Dec 4, 2015
1 parent 60033fd commit 8d95a9e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions api/itemRoutes.php
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,7 @@
}
$item->position = $posItem->position;

R::store($item);
runAutoActions($item);
R::store($item);
}
Expand Down

0 comments on commit 8d95a9e

Please sign in to comment.