From aa79a6c52a63f93feaf349d8187954d203fa5686 Mon Sep 17 00:00:00 2001
From: Prasath Nadarajah <n.prasath.002@gmail.com>
Date: Tue, 4 Sep 2012 08:13:11 +0530
Subject: [PATCH] small typo in file_exists check

---
 push-syndication.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/push-syndication.php b/push-syndication.php
index ecf1a2c..16b9cdc 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' ) )
-- 
GitLab