Skip to content

Commit

Permalink
Control Panel: removed unused call from pages/sale/contact.php
Browse files Browse the repository at this point in the history
  • Loading branch information
abolabo committed Dec 15, 2015
1 parent 67ed0a7 commit dfb0576
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions public_html/admin/controller/pages/sale/contact.php
Original file line number Diff line number Diff line change
Expand Up @@ -111,8 +111,6 @@ public function main() {

$this->loadModel('catalog/product');

$this->data['products'] = $this->model_catalog_product->getProducts();

if (isset($this->request->post['product'])) {
$this->data['product'] = $this->request->post['product'];
} else {
Expand Down

0 comments on commit dfb0576

Please sign in to comment.