Skip to content

Commit

Permalink
Fix add saving
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel authored and daniel committed May 15, 2017
1 parent 9ff8aa9 commit fadd8de
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions objects/video_adsAddNew.json.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,6 @@
$va->setSkip_after_seconds($_POST["skipSeconds"]);
$va->setFinish_max_clicks($_POST["clicks"]);
$va->setFinish_max_prints($_POST["prints"]);
$va->setCategories_id($_POST["categories_id"]);
$resp = $va->save();
echo '{"status":"'.!empty($resp).'"}';

0 comments on commit fadd8de

Please sign in to comment.