Bug #2008 ยป 2008.patch
components/com_comprofiler/plugin/user/plug_cbsimpleboardtab/cb.simpleboardtab.php | ||
---|---|---|
$userSettings = $_PLUGINS->call( $this->getPluginId(), 'getUserSettings', 'getForumModel', $params );
|
||
|
||
if ( isset( $userSettings ) ) {
|
||
$new['signature'] = cbGetParam( $postdata, 'forumsignature', null );
|
||
$version = substr( $forum->version, 0, 3 );
|
||
if ( ( $forum->component == 'com_kunena' ) && ( strcasecmp( $version, '1.6' ) == 0 ) ) {
|
||
$new['signature'] = stripslashes( cbGetParam( $postdata, 'forumsignature', null ) );
|
||
} else {
|
||
$new['signature'] = cbGetParam( $postdata, 'forumsignature', null );
|
||
}
|
||
$new['ordering'] = cbGetParam( $postdata, 'forumorder', null );
|
||
$new['view'] = cbGetParam( $postdata, 'forumview', null );
|
||
$setQueries = array();
|