mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-22 03:56:42 +00:00
Fixed a bug where editing a transaction would lead to unset variables.
This commit is contained in:
@@ -292,6 +292,7 @@ class TransactionController extends BaseController
|
||||
}
|
||||
|
||||
break;
|
||||
|
||||
default:
|
||||
throw new FireflyException('Method ' . Input::get('post_submit_action') . ' not implemented yet.');
|
||||
break;
|
||||
|
Reference in New Issue
Block a user