diff --git a/libraries/classes/Export.php b/libraries/classes/Export.php index b98fff2eb0..30804905b1 100644 --- a/libraries/classes/Export.php +++ b/libraries/classes/Export.php @@ -797,7 +797,7 @@ class Export $size = (int) $this->dbi->fetchValue($query); //Converting the size to MB - $size /= 1024 / 1024; + $size /= 1024 * 1024; if ($size > $tableSize) { continue; }