Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reposting pull request for postLink bootstrap modal #17

Open
wants to merge 9 commits into
base: master
Choose a base branch
from
Prev Previous commit
Next Next commit
FIXED: confirm option in postLink dialog options variable
klarkc committed Jan 21, 2015

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
commit 787b8031cb9ecf20f6c0427739efc310e2557bb3
2 changes: 1 addition & 1 deletion View/Helper/Bs3FormHelper.php
Original file line number Diff line number Diff line change
@@ -965,7 +965,7 @@ public function postLink($title, $url = null, $options = array(), $confirmMessag
unset($options['method']);
}
if (!empty($options['confirm'])) {
$confirmMessage = $options['confirm'];
$confirmMessage['text'] = $options['confirm'];
unset($options['confirm']);
}