* Fix bug #35896.
This commit is contained in:
@@ -1920,7 +1920,7 @@ class story extends control
|
||||
}
|
||||
|
||||
/* Get story and product. */
|
||||
$product = $this->dao->findById($story->product)->from(TABLE_PRODUCT)->fields('name, id, type')->fetch();
|
||||
$product = $this->dao->findById($story->product)->from(TABLE_PRODUCT)->fields('name, id, `type`')->fetch();
|
||||
|
||||
$this->story->replaceURLang($story->type);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user