Page 1 of 1

[fixed] Typo in class.CmsLayoutTemplate.php

Posted: Wed Sep 03, 2014 2:08 pm
by kristoftorfs
On line 293:

Code: Select all

if( (int)$y < 1 )	throw new CmsInvalidDatException('Invalid data in design list.  Expect array of integers');
This should of course be CmsInvalidDataException.

Re: Typo in class.CmsLayoutTemplate.php

Posted: Wed Sep 03, 2014 3:44 pm
by Rolf
Fixed in SVN.

Thanks, Rolf