Updating ModelAccessValidator to be disabled if not set explicitly

- Disabled if not set
- A better debug message
This commit is contained in:
Jay Patel
2015-02-26 23:08:48 -06:00
parent 3e43f93f9b
commit 38d9758113
3 changed files with 5 additions and 4 deletions

View File

@@ -51,7 +51,7 @@ log.LogLevel=INFO
; 'log' : logs the error message to logger only (default)
; 'strict' : throws a php notice message
; 'disable' : disable the validation
validation.level=log
validation.level=disable
;Caching Configuration
[cache]