[fixed] Typo in class.CmsLayoutTemplate.php
Posted: Wed Sep 03, 2014 2:08 pm
On line 293:
This should of course be CmsInvalidDataException.
Code: Select all
if( (int)$y < 1 ) throw new CmsInvalidDatException('Invalid data in design list. Expect array of integers');