2019-07-17 22:08:50 +02:00
|
|
|
<?php
|
|
|
|
|
|
|
|
/*
|
2019-07-17 22:31:04 +02:00
|
|
|
* @copyright Copyright (C) 2005-2010 Keyboard Monkeys Ltd. http://www.kb-m.com
|
2019-07-17 22:08:50 +02:00
|
|
|
* @license http://creativecommons.org/licenses/BSD/ BSD License
|
|
|
|
* @author Keyboard Monkey Ltd
|
|
|
|
* @since CommunityID 0.9
|
|
|
|
* @package CommunityID
|
|
|
|
* @packager Keyboard Monkeys
|
|
|
|
*/
|
|
|
|
|
2019-07-17 22:16:19 +02:00
|
|
|
class Install_PermissionsController extends CommunityID_Controller_Action
|
2019-07-17 22:08:50 +02:00
|
|
|
{
|
|
|
|
protected $_numCols = 1;
|
|
|
|
|
|
|
|
public function indexAction()
|
|
|
|
{
|
|
|
|
$this->view->errors = $this->_getParam('errors');
|
|
|
|
}
|
|
|
|
}
|