mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-14 08:11:20 +00:00
Fix bad call to method.
This commit is contained in:
@@ -46,7 +46,7 @@ class JournalLinkRequest extends FormRequest
|
||||
$parts = explode('_', $linkType);
|
||||
$return['link_type_id'] = (int) $parts[0];
|
||||
$return['transaction_journal_id'] = $this->integer('opposing');
|
||||
$return['notes'] = $this->string('notes');
|
||||
$return['notes'] = $this->convertString('notes');
|
||||
$return['direction'] = $parts[1];
|
||||
|
||||
return $return;
|
||||
|
Reference in New Issue
Block a user