commit | 3b2803ef6ddd72772bf5bcb130ace207bc10d60e | [log] [tgz] |
---|---|---|
author | Andrey Andreev <narf@devilix.net> | Tue Jan 07 14:46:38 2014 +0200 |
committer | Andrey Andreev <narf@devilix.net> | Tue Jan 07 14:46:38 2014 +0200 |
tree | 24a13d6d2cc4e92eee20eeff3fb2cd500d64c5d3 | |
parent | 61a7b8f4b38bbca520c43ac100899449f73bf408 [diff] |
Fix #2143 When trying to load rules from a configuration file, the Form validation library matched against ruri_string() as opposed to 'controller/method' like described in the manual. Since ruri_string() also makes sense, now both are being checked with ruri_string() having a higher precedence. Supersedes PR #2224