Minor - fixing PHP warning

skala
Julio Montoya 14 years ago
parent 9b35d61430
commit 951d7c41bc
  1. 2
      main/inc/lib/formvalidator/Element/datepickerdate.php

@ -66,7 +66,7 @@ class HTML_QuickForm_datepickerdate extends HTML_QuickForm_date
* Export the date value in MySQL format
* @return string YYYY-MM-DD HH:II:SS
*/
function exportValue()
function exportValue(&$submitValues, $assoc = false)
{
$values = parent::getValue();
$y = $values['Y'][0];

Loading…
Cancel
Save