ComicPressMediaHandling.inc problem with function _get_filter() #51

Open
opened 2010-01-24 00:11:48 +00:00 by Frumph · 0 comments
Frumph commented 2010-01-24 00:11:48 +00:00 (Migrated from github.com)
            $options = get_option('comicpress_options');

// if (isset($options['comic_filename_filters'][$filter_to_use])) {
// return $this->_convert_to_percent_filter($options['comic_filename_filters'][$filter_to_use]);
// }

That block of code failed to work properly on this site I setup today.
commenting it out made the comic appear.

``` $options = get_option('comicpress_options'); ``` // if (isset($options['comic_filename_filters'][$filter_to_use])) { // return $this->_convert_to_percent_filter($options['comic_filename_filters'][$filter_to_use]); // } That block of code failed to work properly on this site I setup today. commenting it out made the comic appear.
Sign in to join this conversation.
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: github-migration/comicpress-2.8#51
No description provided.