Fixed a bug where editing a transaction would lead to unset variables.

This commit is contained in:
Sander Dorigo
2014-10-03 21:36:42 +02:00
parent 6798cea268
commit a84064663a
2 changed files with 2 additions and 1 deletions

View File

@@ -292,6 +292,7 @@ class TransactionController extends BaseController
}
break;
default:
throw new FireflyException('Method ' . Input::get('post_submit_action') . ' not implemented yet.');
break;