* Replace and to &&.

This commit is contained in:
caoyanyi
2023-09-20 13:32:39 +08:00
parent 5d9e814379
commit fe8934bba4
+1 -1
View File
@@ -962,7 +962,7 @@ class productZen extends product
if(!isset($this->story)) $this->loadModel('story');
/* Get stories. */
if($isProjectStory and $storyType == 'story')
if($isProjectStory && $storyType == 'story')
{
$this->products = $this->product->getProducts($projectID, 'all', '', false);