removed button for now

This commit is contained in:
dev
2017-04-05 15:07:48 +01:00
parent 7eb5a2473c
commit 5a6ef33c5b
23 changed files with 23 additions and 41 deletions

View File

@ -10,7 +10,7 @@
|_|
/-------------------------------------------------------------------------------------------------------------------------------/
@version @update number 28 of this MVC
@version @update number 29 of this MVC
@build 5th April, 2017
@created 3rd April, 2017
@package Component Builder

View File

@ -10,7 +10,7 @@
|_|
/-------------------------------------------------------------------------------------------------------------------------------/
@version @update number 28 of this MVC
@version @update number 29 of this MVC
@build 5th April, 2017
@created 3rd April, 2017
@package Component Builder
@ -107,14 +107,5 @@ class ComponentbuilderControllerLanguage_translations extends JControllerAdmin
$message = JText::_('COM_COMPONENTBUILDER_IMPORT_FAILED');
$this->setRedirect(JRoute::_('index.php?option=com_componentbuilder&view=language_translations', false), $message, 'error');
return;
}
public function updatePlaceholders()
{
// Check for request forgeries
JSession::checkToken() or die(JText::_('JINVALID_TOKEN'));
// check if import is allowed for this user.
$user = JFactory::getUser();
return true;
}
}
}