* Show grade in ipd.

This commit is contained in:
sunguangming
2024-05-06 08:54:04 +08:00
parent a583b6f3b1
commit 41cb2a0a93
+1 -1
View File
@@ -5226,7 +5226,7 @@ class storyModel extends model
{
$grades = $this->getGradePairs($storyType);
if($this->config->edition == 'open') return false;
if($this->config->edition != 'ipd') return false;
return count($grades) > 1;
}