here we go ..
$userName = $this->_request->getValue( 'userName' );
// if there is a "blogId" parameter, it takes precedence over the
// "user" parameter.
if( !$blogId && !$blogName ) {
if( $userParam ) {
you mean userName, don't you? :)
i'll fix that..