MDL-20204 fixed calling of undefined method

This commit is contained in:
David Mudrak
2010-03-18 18:47:39 +00:00
parent 67da0bf73e
commit 794eed327d
-1
View File
@@ -2484,7 +2484,6 @@ function button_to_popup_window ($url, $name=null, $linkname=null,
$form = new single_button($url, $text, 'post');
$form->button->title = $title;
$form->button->id = $id;
$form->add_class($class);
// Parse the $options string
$popupparams = array();