Skip to content

Commit ccd826c

Browse files
committed
Merge pull request #17 from ElThac0/web-7156
[WEB-7156] Fix for change to notBlank validator
2 parents 9e74f8b + 9bb09e7 commit ccd826c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Model/QueuedTaskResponse.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ class QueuedTaskResponse extends AppModel {
3333
var $validate = array(
3434
'key' => array(
3535
'nonempty' => array (
36-
'rule' => 'notempty',
36+
'rule' => 'notBlank',
3737
'required' => true,
3838
'message' => 'A key must be provided',
3939
),

0 commit comments

Comments
 (0)