[*] TR : add setter for the type selected
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@17239 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user