Source for file installed.php
Documentation is available at installed.php
* @package Joomla.Administrator
* @subpackage com_languages
* @copyright Copyright (C) 2005 - 2013 Open Source Matters, Inc. All rights reserved.
* @license GNU General Public License version 2 or later; see LICENSE.txt
* @package Joomla.Administrator
* @subpackage com_languages
* task to set the default language
// Check for request forgeries
$cid =
$this->input->get('cid', '');
if ($model->publish($cid))
$msg =
JText::_('COM_LANGUAGES_MSG_DEFAULT_LANGUAGE_SAVED');
$clientId =
$model->getState('filter.client_id');
$this->setredirect('index.php?option=com_languages&view=installed&client='.
$clientId, $msg, $type);
Documentation generated on Tue, 19 Nov 2013 15:05:41 +0100 by phpDocumentor 1.4.3