Skip to content

Commit

Permalink
Fix missing ;
Browse files Browse the repository at this point in the history
  • Loading branch information
mantis committed Sep 20, 2014
1 parent 9235417 commit ff94021
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/classes/MantisFilter.class.php
Expand Up @@ -90,7 +90,7 @@ abstract function display( $p_filter_value );
* @return array Filter options keyed by value=>display
*/
public function options() {
return array()
return array();
}
}

0 comments on commit ff94021

Please sign in to comment.