diff --git a/lib/Artwork.php b/lib/Artwork.php index ad625094..7cb71a4a 100644 --- a/lib/Artwork.php +++ b/lib/Artwork.php @@ -313,10 +313,7 @@ class Artwork extends PropertiesBase{ && ($this->ArtworkPageUrl !== null && $this->ArtworkPageUrl != ''); if(!$hasMuseumProof && !$hasBookProof && $this->Exception === null){ - // In-use artwork has its public domain status tracked elsewhere, e.g., on the mailing list. - if($this->Status !== COVER_ARTWORK_STATUS_IN_USE){ - $error->Add(new Exceptions\MissingPdProofException()); - } + $error->Add(new Exceptions\MissingPdProofException()); } if($this->MimeType === null){ diff --git a/www/artworks/new.php b/www/artworks/new.php index 7c38bc93..bdce9e19 100644 --- a/www/artworks/new.php +++ b/www/artworks/new.php @@ -194,7 +194,7 @@ catch(Exceptions\InvalidPermissionsException){