Administrator
/
new_rukzachok-1
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code ยป
Commit
4ba19f199679d38255e0141d7b5697265884254d
Authored by
Administrator
2016-08-01 16:30:33 +0300
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
Inline
Side-by-side
common/modules/product/models/Category.php
Wrap text
Show/Hide comments
View file @
4ba19f1
...
...
@@ -221,7 +221,7 @@ class Category extends \yii\db\ActiveRecord
221
221
$product->delete();
222
222
}
223
223
}
224
-
die()
;
224
+
return true
;
225
225
}
226
226
227
227
}
...
...