Reverted previous modified code fixing access permissions in lists
This commit is contained in:
parent
6b9f1ad9d5
commit
6a9423006b
4 changed files with 18 additions and 5 deletions
|
@ -12,8 +12,6 @@ function stormidea_list() {
|
|||
$i = new stdClass();
|
||||
$i->type = 'stormidea';
|
||||
|
||||
$params = $_GET;
|
||||
|
||||
$header = array(
|
||||
array(
|
||||
'data' => t('Idea'),
|
||||
|
|
Reference in a new issue