From 433f3c5ad01144a261f7cf54e99be2ad3c939178 Mon Sep 17 00:00:00 2001 From: tatarinov Date: Sat, 30 Aug 2014 14:31:39 +0400 Subject: [PATCH] =?UTF-8?q?Enh:=20=D0=A3=D0=B2=D0=B5=D0=BB=D0=B8=D1=87?= =?UTF-8?q?=D0=B5=D0=BD=D0=BE=20=D0=BE=D0=B3=D1=80=D0=B0=D0=BD=D0=B8=D1=87?= =?UTF-8?q?=D0=B5=D0=BD=D0=B8=D0=B5=20=D0=B4=D0=BB=D0=B8=D0=BD=D0=BD=D1=8B?= =?UTF-8?q?=20=D0=BF=D0=BE=D0=BB=D0=B5=D0=B9=20notice=20=D0=B8=20map=20?= =?UTF-8?q?=D0=B4=D0=BE=2065535=20=D0=B2=20=D0=BA=D0=BE=D0=BD=D1=82=D0=B0?= =?UTF-8?q?=D0=BA=D1=82=D0=B0=D1=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- backend/protected/modules/contact/models/BContact.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'), ); }