Comment 6 for bug 315280

Revision history for this message
Ingram (ingram87) wrote :

Just open Settings.pm and search for this line:

my $g = new GD::Image(0,0);

Change it to:

my $g = new GD::Image(1,1);

(Thanks to Kevin)