Works on canvas integration in third party module
This commit is contained in:
parent
283ac96e5a
commit
78cd38639f
@ -1800,9 +1800,7 @@ class Form
|
||||
* @return string 'ajax' if a confirm ajax popup is shown, 'html' if it's an html form
|
||||
*/
|
||||
function form_confirm($page, $title, $question, $action, $formquestion='', $selectedchoice="", $useajax=0)
|
||||
{
|
||||
global $langs,$conf;
|
||||
|
||||
{
|
||||
print $this->formconfirm($page, $title, $question, $action, $formquestion, $selectedchoice, $useajax);
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user