* fix bug #2884.
This commit is contained in:
@@ -348,7 +348,7 @@ class projectModel extends model
|
||||
foreach($this->post->products as $productID)
|
||||
{
|
||||
if(empty($productID)) continue;
|
||||
$this->user->updateUserView($productID, 'product');
|
||||
$this->loadModel('user')->updateUserView($productID, 'product');
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user