ongr-io / demo.ongr.io

Demo application of ONGR.
http://ongr.io
MIT License
29 stars 24 forks source link

Fixed | Only display the pagination in case the filter is not empty. #155

Closed trandangtri closed 8 years ago

trandangtri commented 8 years ago

The app thrown unclear error message when the filter result is empty.

Error: Call to a member function render() on a non-object
500 Internal Server Error - FatalErrorException

This bug occurred because the PagerExtension (extended by Twig_Extension) didn't be initialized.