Source for file languages.php
Documentation is available at languages.php
* @package Joomla.Administrator
* @subpackage com_installer
* @copyright Copyright (C) 2005 - 2013 Open Source Matters, Inc. All rights reserved.
* @license GNU General Public License, see LICENSE.php
* Languages Installer Controller
* @package Joomla.Administrator
* @subpackage com_installer
// Purge the updates list
// Check for request forgeries
// Get the caching duration
$params =
$component->params;
$cache_timeout =
$params->get('cachetimeout', 6, 'int');
$cache_timeout =
3600 *
$cache_timeout;
$model->findLanguages($cache_timeout);
* Purge the updates list.
// Check for request forgeries
$this->setRedirect(JRoute::_('index.php?option=com_installer&view=languages', false), $model->_message);
// Get array of selected languages
$lids =
$this->input->get('cid', array(), 'array');
// No languages have been selected
$app->enqueueMessage(JText::_('COM_INSTALLER_MSG_DISCOVER_NOEXTENSIONSELECTED'));
// Install selected languages
Documentation generated on Tue, 19 Nov 2013 15:06:36 +0100 by phpDocumentor 1.4.3