From f50fab37d3d47b6402dfa7654cd985305d7490f4 Mon Sep 17 00:00:00 2001 From: Mike Colagrosso Date: Fri, 26 Jan 2024 00:25:11 -0700 Subject: [PATCH] Minor comment fixes Fix one typo, remove a docstring meant for an old function --- lib/Artwork.php | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/lib/Artwork.php b/lib/Artwork.php index 59336174..a345fb9f 100644 --- a/lib/Artwork.php +++ b/lib/Artwork.php @@ -805,7 +805,7 @@ class Artwork extends PropertiesBase{ (select distinct ArtistId from Artworks) '); - // Update tags for this artworke + // Update tags for this artwork Db::Query(' DELETE from ArtworkTags where @@ -866,10 +866,6 @@ class Artwork extends PropertiesBase{ return $result[0]; } - /** - * Looks up an existing artwork regardless of status (unlike GetByUrl()) in order to - * enforce that the Artist UrlName + Artwork UrlName combo is globally unique. - */ /** * @throws \Exceptions\InvalidArtworkException */