diff --git a/apps/icons/classes.py b/apps/icons/classes.py index 8c88ec732d..4be8a7e30a 100644 --- a/apps/icons/classes.py +++ b/apps/icons/classes.py @@ -94,7 +94,7 @@ class IconSetBase(object): # return '%s%s/%s/%s/%s' % (settings.STATIC_URL, ICONSETS_STATIC_DIRECTORY, self.directory, size, self.dictionary.get(icon.id, ERROR)) def get_major_minor(self, icon): - return self.dictionary.get(icon.id, ERROR) + return self.dictionary.get(icon.id, self.dictionary.get(ERROR)) def compose(self, icon, size): try: