silverstripe-blog/code
3Dgoo f948afe271 Fixing non int pagination variable server error
If a user tries to paginate the blog using a value that is not an integer SilverStripe will throw a server error.

Example. Visiting `blog/?start=10.1` will cause the following server error:

```You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '10.1' at line 8```

This change casts the pagination variable to an int before using it.
2018-02-20 11:00:09 +13:00
..
admin Converted to PSR-2 2015-11-21 19:17:29 +13:00
compat FIX Prevent duplicate tags and categories. 2016-02-05 23:21:13 +00:00
extensions FIX Encode URLSegment to support multibyte member profile URLs 2017-09-03 21:59:15 +12:00
forms FIX Add missing translation for GridFieldBlogPostState 2017-12-01 16:36:00 +13:00
model Fixing non int pagination variable server error 2018-02-20 11:00:09 +13:00
widgets FIX Archive widget shows months from posts published that day 2017-09-28 15:08:30 +13:00