From 50476eaf994ea7a61271a7c5c705236a06e70e83 Mon Sep 17 00:00:00 2001
From: Prasath Nadarajah <n.prasath.002@gmail.com>
Date: Thu, 2 Aug 2012 23:55:56 -0700
Subject: [PATCH] cleanup

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

diff --git a/push-syndication-server/push-syndication-server.php b/push-syndication-server/push-syndication-server.php
index c0b0111..b3abcfc 100644
--- a/push-syndication-server/push-syndication-server.php
+++ b/push-syndication-server/push-syndication-server.php
@@ -468,7 +468,7 @@ class Push_Syndication_Server {
 
 		require_once( dirname( __FILE__ ) . '/includes/class-wp-client-factory.php' );
 
-		$selected_siteoptions = array_intersect_key( wp_load_alloptions(), array_combine(get_option( 'syn_selected_siteoptions' ), get_option( 'syn_selected_siteoptions' )) );
+		$selected_siteoptions = array_intersect_key( wp_load_alloptions(), array_combine( get_option( 'syn_selected_siteoptions' ), get_option( 'syn_selected_siteoptions' ) ) );
 
 		// Holds the error sites with the error message
 		$error_sites = array();
-- 
GitLab