Make the function static again; this change silently slipped through.

feature.better-home
Thomas Keller 2011-03-30 00:17:35 +02:00
parent 836986462a
commit e408fe8733
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ class IDF_Views_Project
*
* @return array
*/
private function getAccessibleModelFilters($request)
private static function getAccessibleModelFilters($request)
{
$filters = array('all' => __('All Updates'));