diff --git a/backend/protected/modules/contact/models/BContact.php b/backend/protected/modules/contact/models/BContact.php index d92abc8f..f47bba0c 100644 --- a/backend/protected/modules/contact/models/BContact.php +++ b/backend/protected/modules/contact/models/BContact.php @@ -41,7 +41,7 @@ public function rules() array('visible', 'numerical', 'integerOnly' => true), array('url, name', 'length', 'max' => 255), array('address', 'length', 'max' => 255), - array('notice, map', 'length', 'max' => 2048), + array('notice, map', 'length', 'max' => 65535), array('name, sysname, url, address, notice, map', 'safe'), ); }