diff --git a/wp-content/plugins/simply-exclude/simplyexclude.php b/wp-content/plugins/simply-exclude/simplyexclude.php
index b16a69a7c801fbfa7acbc83bf6c63b11243886d6..2ca44f1ec0b3032c1cd00b71b95f44f9d8d28b37 100644
--- a/wp-content/plugins/simply-exclude/simplyexclude.php
+++ b/wp-content/plugins/simply-exclude/simplyexclude.php
@@ -68,7 +68,7 @@ class SimplyExclude
 		$SE_FILTERS_PRIORITY = apply_filters('se_filters_priority', $SE_FILTERS_PRIORITY);
 
 		// Used to limit the categories displayed on the home page. Simple
-		add_filter('pre_get_posts', 			array($this,'se_filters'), $SE_FILTERS_PRIORITY);
+		add_filter('pre_get_posts', array(&$this,'se_filters'));
 	}
 
 	function admin_init_proc()