diff --git a/wp-cdn-rewrite.php b/wp-cdn-rewrite.php
index 09a53e376fc2d59cc64c0365005733171735263c..059b9546c00d15fbc6250a16256804f42d89b9a2 100644
--- a/wp-cdn-rewrite.php
+++ b/wp-cdn-rewrite.php
@@ -46,7 +46,7 @@ if( !class_exists( 'CDN_Rewrite' ) ){
 
 		public function initialize() {
 			if( !class_exists( 'Voce_Settings_API' ) )
-	 			_doing_it_wrong( __CLASS__, 'The Voce Settings API plugin must be active for the CDN Rewrite plugin to work' );
+	 			return _doing_it_wrong( __CLASS__, 'The Voce Settings API plugin must be active for the CDN Rewrite plugin to work', NULL );
 
 			$this->add_options_page();
 			if ('' == $this->file_extensions || '' == $this->cdn_root_url) {