Source for file message.php
Documentation is available at message.php
* @package Joomla.Administrator
* @subpackage com_postinstall
* @copyright Copyright (C) 2005 - 2013 Open Source Matters, Inc. All rights reserved.
* @license GNU General Public License version 2 or later; see LICENSE.txt
* Resets all post-installation messages of the specified extension
$eid =
$this->input->getInt('eid', '700');
$model->resetMessages($eid);
$this->setRedirect('index.php?option=com_postinstall');
* Executes the action associated with an item
$model->setIDsFromRequest();
$item =
$model->getItem();
$this->setRedirect('index.php?option=com_postinstall');
Documentation generated on Tue, 19 Nov 2013 15:08:06 +0100 by phpDocumentor 1.4.3