change line 62 from:
switch (substr($image, (strrpos($image, '.')+1))) {
to
switch (strtolower(substr($image, (strrpos($image, '.')+1)))) {
switch (substr($image, (strrpos($image, '.')+1))) {
to
switch (strtolower(substr($image, (strrpos($image, '.')+1)))) {
Značky: -
Související záznamy:
Můžete přidat komentář k odpovědi