* adjust code for task #514
This commit is contained in:
@@ -300,7 +300,7 @@ class bug extends control
|
||||
*/
|
||||
public function create($productID, $extras = '')
|
||||
{
|
||||
$this->view->users = $this->user->getPairs('noletter');
|
||||
$this->view->users = $this->user->getPairs('nodeleted');
|
||||
if(empty($this->products)) $this->locate($this->createLink('product', 'create'));
|
||||
|
||||
if(!empty($_POST))
|
||||
|
||||
Reference in New Issue
Block a user