diff --git a/src/displayer/MultipleImage.php b/src/displayer/MultipleImage.php index 0ba6e43..0988c73 100644 --- a/src/displayer/MultipleImage.php +++ b/src/displayer/MultipleImage.php @@ -14,7 +14,7 @@ class MultipleImage extends MultipleFile { $this->image(); - $this->canUpload = !$this->readonly && $this->canUpload && (empty($this->extKey) || stripos($this->extKey, '-watch-') !== false); + $this->canUpload = !$this->readonly && $this->canUpload && ($this->isInTable || empty($this->extKey) || stripos($this->extKey, '-watch-') !== false); if (!$this->canUpload) { if (empty($this->default)) {