mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-16 17:33:45 +00:00
New mass delete form and options. #241
This commit is contained in:
@@ -80,7 +80,7 @@ class FireflyValidator extends Validator
|
||||
|
||||
|
||||
$count = DB::table($parameters[0])->where('user_id', Auth::user()->id)->where($field, $value)->count();
|
||||
if ($count == 1) {
|
||||
if ($count === 1) {
|
||||
return true;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user