Make the function static again; this change silently slipped through.
This commit is contained in:
parent
836986462a
commit
e408fe8733
@ -66,7 +66,7 @@ class IDF_Views_Project
|
|||||||
*
|
*
|
||||||
* @return array
|
* @return array
|
||||||
*/
|
*/
|
||||||
private function getAccessibleModelFilters($request)
|
private static function getAccessibleModelFilters($request)
|
||||||
{
|
{
|
||||||
$filters = array('all' => __('All Updates'));
|
$filters = array('all' => __('All Updates'));
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user