mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
Don't fail on repeated piggy banks, just log it.
This commit is contained in:
parent
6fc54d1d27
commit
eed88fc103
@ -45,7 +45,7 @@ class PiggyBank extends Model
|
|||||||
return $rep;
|
return $rep;
|
||||||
} else {
|
} else {
|
||||||
Log::error('Tried to work with a piggy bank with a repeats=1 value! (id is '.$this->id.')');
|
Log::error('Tried to work with a piggy bank with a repeats=1 value! (id is '.$this->id.')');
|
||||||
App::abort(500);
|
//App::abort(500);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user