Commit 8871b334 authored by Joe Hoyle's avatar Joe Hoyle
Browse files

Disable the wpthub dir check

parent 33b068c3
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -22,6 +22,7 @@ class S3_Uploads {
	public function __construct( $bucket, $key, $secret ) {
		
		add_filter( 'upload_dir', array( $this, 'filter_upload_dir' ) );
		remove_filter( 'admin_notices', 'wpthumb_errors' );
		
		$this->bucket = $bucket;
		$this->key = $key;