Skip to content

Commit

Permalink
Fix delete of memos
Browse files Browse the repository at this point in the history
Simple typo in the code...

Bug: 13271
Signed-off-by: Jan Schneider <jan@horde.org>
  • Loading branch information
thomasjfox authored and yunosh committed Jun 20, 2014
1 parent a53b3aa commit 7b709f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mnemo/memo.php
Expand Up @@ -307,7 +307,7 @@ function showPassphrase($memo)
$view->delete = Horde::url('memo.php')->add(array(
'memo' => $memo_id,
'memolist' => $memolist_id,
'actionID', 'delete_memos'
'actionID' => 'delete_memos'
));
}
}
Expand Down

0 comments on commit 7b709f6

Please sign in to comment.