Skip to content

Commit

Permalink
Correct feed integration check.
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Sisk committed Aug 21, 2012
1 parent 3cb7d9e commit efb1276
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webcomic.php
Expand Up @@ -748,7 +748,7 @@ public function request( $query ) {
$post_type = array( 'post' );

foreach ( array_keys( self::$config[ 'collections' ] ) as $k ) {
if ( $collection[ 'feeds' ][ 'main' ] ) {
if ( self::$config[ 'collections' ][ $k ][ 'feeds' ][ 'main' ] ) {
$post_type[] = $k;
}
}
Expand Down

0 comments on commit efb1276

Please sign in to comment.