diff --git a/push-syndication.php b/push-syndication.php index ecf1a2c488e2e2e5d6f102c844febe3d457cee58..16b9cdc0b6eec4b478a954a3c2f78be7150ae585 100644 --- a/push-syndication.php +++ b/push-syndication.php @@ -13,7 +13,7 @@ License: GPLv2 or later **************************************************************************/ require_once ( dirname( __FILE__ ) . '/includes/class-wp-push-syndication-server.php' ); -if( file_exists( dirname( __FILE__ ) . '/includes/class-wpcom-push-syndication-server.php' ) ); +if( file_exists( dirname( __FILE__ ) . '/includes/class-wpcom-push-syndication-server.php' ) ) require_once ( dirname( __FILE__ ) . '/includes/class-wpcom-push-syndication-server.php' ); if ( !defined( 'PUSH_SYNDICATION_ENVIRONMENT' ) )