Skip to main content
Topic: cannot access protected method ManageMaillist_Controller::list_maillist_unapprov (Read 1766 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

cannot access protected method ManageMaillist_Controller::list_maillist_unapprov

Error from clean RC1 package:

Code: [Select]
Type of error: General
2: call_user_func_array() expects parameter 1 to be a valid callback, cannot access protected method ManageMaillist_Controller::list_maillist_unapproved()
URL: ?action=admin;area=maillist
File: /sources/subs/GenericList.class.php
Line: 202

This is line 202:
Code: [Select]
$list_items = call_user_func_array($this->_listOptions['get_items']['function'], array_merge(array($list_context['start'], $list_context['items_per_page'], $sort), empty($this->_listOptions['get_items']['params']) ? array() : $this->_listOptions['get_items']['params']));


Re: cannot access protected method ManageMaillist_Controller::list_maillist_unapprov

Reply #2

yeah, it's fixed there.
I was looking for report on forum, didn't look at github ::)

 

Re: cannot access protected method ManageMaillist_Controller::list_maillist_unapprov

Reply #3

No problem. :)
Better one more than one less! ;D
Bugs creator.
Features destroyer.
Template killer.