diff --git a/templates/feed-podcast.php b/templates/feed-podcast.php index b2c58e2b..0a504161 100644 --- a/templates/feed-podcast.php +++ b/templates/feed-podcast.php @@ -14,7 +14,7 @@ global $ss_podcasting, $wp_query; // Hide all errors -// error_reporting( 0 ); +error_reporting( 0 ); // Allow feed access by default $give_access = true;