@@ -505,8 +505,8 @@ |
||
| 505 | 505 | } |
| 506 | 506 | |
| 507 | 507 | $coords = []; |
| 508 | - if ($this->getType() != 7 && $this->getType() != 8 && // quiz cache |
|
| 509 | - $this->hasAttribute(61) != true && // safari cache |
|
| 508 | + if ($this->getType() != 7 && $this->getType() != 8 && // quiz cache |
|
| 509 | + $this->hasAttribute(61) != true && // safari cache |
|
| 510 | 510 | $this->getStatus() != 5 // unpublished cache |
| 511 | 511 | ) { |
| 512 | 512 | $rsCoords = sql( |