ComicPressMediaHandling.inc problem with function _get_filter() #52

Open
opened 2010-01-24 00:11:50 +00:00 by Frumph · 1 comment
Frumph commented 2010-01-24 00:11:50 +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.

<pre> $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]); // } </pre> That block of code failed to work properly on this site I setup today. commenting it out made the comic appear.
johnbintz commented 2010-01-24 15:40:24 +00:00 (Migrated from github.com)

And what was the contents of $options on that site? Knowing that will allow me to properly fix the problem.

And what was the contents of $options on that site? Knowing that will allow me to properly fix the problem.
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#52
No description provided.