Make newsread numeric instead of boolean

Fixes #2394
pull/2419/head
Richie B2B 2017-08-25 09:41:42 +02:00 committed by GitHub
parent 14d5b0444d
commit ee5af8d0bb
1 changed files with 1 additions and 1 deletions

View File

@ -157,7 +157,7 @@ class User extends AppModel {
),
),
'newsread' => array(
'boolean' => array(
'numeric' => array(
'rule' => array('numeric')
),
),