* Delete useless code.
This commit is contained in:
@@ -759,7 +759,6 @@ class productModel extends model
|
||||
->stripTags($this->config->product->editor->edit['id'], $this->config->allowedTags)
|
||||
->remove('uid,changeProjects,contactListMenu')
|
||||
->get();
|
||||
}
|
||||
|
||||
$product = $this->loadModel('file')->processImgURL($product, $this->config->product->editor->edit['id'], $this->post->uid);
|
||||
$programID = isset($product->program) ? $product->program : '';
|
||||
|
||||
Reference in New Issue
Block a user