Fix issue with security token in promotions - refs BT#16629

pull/3124/head
Yannick Warnier 6 years ago
parent 92d12e719e
commit 7fd6b81c2d
  1. 1
      public/main/admin/promotions.php

@ -117,7 +117,6 @@ $(function() {
</script>
<?php
$promotion = new Promotion();
$token = Security::get_token();
switch ($action) {
case 'add':

Loading…
Cancel
Save