Automattic / regenerate-thumbnails

WordPress plugin for regenerating thumbnails of uploaded images. Over 1 million active users and counting.
https://alex.blog/wordpress-plugins/regenerate-thumbnails/
GNU General Public License v2.0
136 stars 56 forks source link

Avoid a "divide by zero" error here #85

Closed donnchawp closed 5 years ago

donnchawp commented 5 years ago

$per_page is used later in a divide operation and while it's unlikely to be 0 it's better to be safe and set it to some useful default if it is 0.