[*] TR : add setter for the type selected

This commit is contained in:
lLefevre
2012-09-07 13:41:35 +00:00
parent 552fd6fdc2
commit f8f9733f1e
@@ -87,6 +87,14 @@ class AdminTranslationsControllerCore extends AdminController
include_once(_PS_ADMIN_DIR_.'/../tools/pear/PEAR.php');
}
/*
* Set the type which is selected
*/
public function setTypeSelected($type_selected)
{
$this->type_selected = $type_selected;
}
/**
* AdminController::initContent() override
* @see AdminController::initContent()