Oh, I see.
oc-includes/osclass/controller/item.php
Line 165 on current Osclass 3.6.1:
osc_add_flash_ok_message( _m('Your listing has been published') );
}
$itemId = Params::getParam('itemId');
$category = Category::newInstance()->findByPrimaryKey(Params::getParam('catId'));
View::newInstance()->_exportVariableToView('category', $category);
$this->redirectTo(osc_search_category_url());
}
Take into account that this is core file, if you modify it, you'll need to redo the modification every time you upgrade Osclass.
Regards