Commit 4ba19f199679d38255e0141d7b5697265884254d

Authored by Administrator
1 parent 4052cb43

20.07.16

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
common/modules/product/models/Category.php
@@ -221,7 +221,7 @@ class Category extends \yii\db\ActiveRecord @@ -221,7 +221,7 @@ class Category extends \yii\db\ActiveRecord
221 $product->delete(); 221 $product->delete();
222 } 222 }
223 } 223 }
224 - die(); 224 + return true;
225 } 225 }
226 226
227 } 227 }