From 0f026fa72663d486576831eb39607fe78fb35f6b Mon Sep 17 00:00:00 2001 From: Prasath Nadarajah <n.prasath.002@gmail.com> Date: Mon, 20 Aug 2012 10:51:22 +0530 Subject: [PATCH] typo error in loading class --- push-syndication.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/push-syndication.php b/push-syndication.php index 7fca400..eb55de5 100644 --- a/push-syndication.php +++ b/push-syndication.php @@ -19,7 +19,7 @@ require_once ( dirname( __FILE__ ) . '/includes/class-wp-push-syndication-server if ( !defined( 'PUSH_SYNDICATION_ENVIRONMENT' ) ) define( 'PUSH_SYNDICATION_ENVIRONMENT', 'WP' ); -$push_syndication_server_class = PUSH_SYNDICATION_ENVIRONMENT . 'Push_Syndication_Server'; +$push_syndication_server_class = PUSH_SYNDICATION_ENVIRONMENT . '_Push_Syndication_Server'; $push_syndication_server = new $push_syndication_server_class(); ?> -- GitLab