651
631
// We must provide either a template or a resolution
652
632
if ($this->width == 0 || $this->height == 0)
656
636
if (strlen($this->layout) > 50 || strlen($this->layout) < 1)
659
639
if (strlen($this->description) > 254)
663
643
$duplicates = $this->layoutFactory->query(null, array('userId' => $this->ownerId, 'layoutExact' => $this->layout, 'notLayoutId' => $this->layoutId));
665
645
if (count($duplicates) > 0)