* Delete useless code.

This commit is contained in:
tianshujie
2022-06-16 17:23:34 +08:00
parent fc2aea0aa9
commit fa117ec408
-1
View File
@@ -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 : '';