mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
Fix rule booboo
This commit is contained in:
@@ -190,7 +190,7 @@ class EditController extends Controller
|
||||
{
|
||||
$data = $request->getRuleData();
|
||||
|
||||
//$this->ruleRepos->update($rule, $data);
|
||||
$this->ruleRepos->update($rule, $data);
|
||||
|
||||
session()->flash('success', (string) trans('firefly.updated_rule', ['title' => $rule->title]));
|
||||
app('preferences')->mark();
|
||||
|
Reference in New Issue
Block a user