Changeset 23459 for branches/version-2_13-dev/data/class/pages/admin
- Timestamp:
- 2014/05/29 14:40:57 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2_13-dev/data/class/pages/admin/products/LC_Page_Admin_Products.php
r23129 r23459 164 164 if (count($this->arrProducts) > 0) { 165 165 foreach ($this->arrProducts as $key => $val) { 166 $this->arrProducts[$key]['categories'] = $obj Db->sfGetCategoryId($val['product_id'], 0, true);166 $this->arrProducts[$key]['categories'] = $objProduct->getCategoryIds($val['product_id'], true); 167 167 $objDb->g_category_on = false; 168 168 }
Note: See TracChangeset
for help on using the changeset viewer.
