From 6f95e54d320dc6a40c8a0438a8adbf900f9fd7ff Mon Sep 17 00:00:00 2001 From: Michiel Sikma Date: Fri, 6 Apr 2018 00:40:00 +0200 Subject: [PATCH] Typo - this silently failed before... --- includes/iconstack.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/iconstack.php b/includes/iconstack.php index 7ad5f48c..43bec36c 100644 --- a/includes/iconstack.php +++ b/includes/iconstack.php @@ -851,7 +851,7 @@ class IconStack // Save this icon in the variant list. // We need to re-use it for variations that // don't have their own icon. - $this->sprite_variants[$id][$version][$icon] = $pkmn_info; + $this->sprites_variants[$id][$version][$icon] = $pkmn_info; // Female variant if ($include_pkmn_forms && $icon_data['has_female']) {