From eda8070b7f3dfb1a34c10afe72b6d3f387d6f235 Mon Sep 17 00:00:00 2001 From: Karl 'vollmerk' Vollmer Date: Tue, 10 Mar 2009 21:45:15 +0000 Subject: fix tags in the api --- lib/class/artist.class.php | 1 - 1 file changed, 1 deletion(-) (limited to 'lib/class/artist.class.php') diff --git a/lib/class/artist.class.php b/lib/class/artist.class.php index d488e003..638c5998 100644 --- a/lib/class/artist.class.php +++ b/lib/class/artist.class.php @@ -243,7 +243,6 @@ class Artist extends database_object { $this->f_tags = Tag::get_display($this->tags,$this->id,'artist'); - return true; } // format -- cgit