[*] TR : add setter for the type selected

This commit is contained in:
lLefevre
2012-09-07 13:41:35 +00:00
parent 1aa0909b8a
commit 3da415d476
@@ -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()