diff options
| author | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2009-07-16 08:59:01 +0000 |
|---|---|---|
| committer | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2009-07-16 08:59:01 +0000 |
| commit | 4e24ba053659872a97490f345f7343d8b084c58a (patch) | |
| tree | e79f700230a3f893557358a627b837bd704e5481 /roundcubemail/program | |
| parent | be0761a38c66086702cd2ac2dd6d84c0a6eda7c9 (diff) | |
Make 2nd argument optinal (#1485976)
git-svn-id: https://svn.roundcube.net/trunk@2757 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/program')
| -rwxr-xr-x | roundcubemail/program/include/rcube_template.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roundcubemail/program/include/rcube_template.php b/roundcubemail/program/include/rcube_template.php index a08f27309..caf385a69 100755 --- a/roundcubemail/program/include/rcube_template.php +++ b/roundcubemail/program/include/rcube_template.php @@ -947,7 +947,7 @@ class rcube_template extends rcube_html_page * @param string Form content * @return string HTML code for the form */ - public function request_form($attrib, $content) + public function request_form($attrib, $content = '') { $hidden = new html_hiddenfield(); if ($attrib['task']) { |
