Bug fix in the custom import option.

This commit is contained in:
2016-05-04 06:51:30 +01:00
parent e7572e0557
commit 0fd9d9d169
3 changed files with 3 additions and 3 deletions

View File

@ -44,7 +44,7 @@ class ###Component###Controller###View### extends JControllerLegacy
// Check for request forgeries
JSession::checkToken() or jexit(JText::_('JINVALID_TOKEN'));
$model = $this->getModel('import');
$model = $this->getModel('###View###');
if ($model->import())
{
$cache = JFactory::getCache('mod_menu');