Bug #2567 ยป 2567.patch
components/com_comprofiler/plugin/user/plug_cbprofilebook/cb.profilebook.php | ||
---|---|---|
$return .= '<form name="actionForm' . $k . '" id="actionForm' . $k . '" method="post" action="' . $base_url . '" style="display:none;">'
|
||
. '<input type="submit" name="submitform" value="submit" style="display:none;" />'
|
||
. '<input type="hidden" name="' . $this->_getPagingParamName( 'id' ) . '" value="' . $item->pbid . '" />'
|
||
. '<input type="hidden" name="' . $this->_getPagingParamName( 'published' ) . '" value="1" />'
|
||
. '<input type="hidden" id="published' . $k . '" name="' . $this->_getPagingParamName( 'published' ) . '" value="1" />'
|
||
. '<input type="hidden" name="' . $this->_getPagingParamName( 'status' ) . '" id="status' . $k . '" value="1" />'
|
||
. '<input type="hidden" id="formaction' . $k . '" name="' . $this->_getPagingParamName( 'formaction' . $this->pbconfig->MainMode[0] ) . '" value="update" />'
|
||
. '</form>'
|