Loading inc/class-s3-uploads.php +2 −1 Original line number Diff line number Diff line Loading @@ -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; Loading Loading
inc/class-s3-uploads.php +2 −1 Original line number Diff line number Diff line Loading @@ -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; Loading