magento-hackathon / Sandfox_GeoIP

Connects MaxMind GeoIP DB to Magento
86 stars 21 forks source link

Devision by zero #3

Closed paales closed 11 years ago

paales commented 11 years ago

In the processcontroller we have the following lines:

$_totalSize = $_session->getData('_geoip_file_size');
echo $_realSize / $_totalSize * 100;

If the file doesn't exist yet the $_totalSize is 0.