| @@ -10,10 +10,10 @@ | ||
| 10 | 10 | private $dbs = null; |
| 11 | 11 | |
| 12 | 12 | private $pds = null; |
| 13 | 13 | |
| 14 | - public function __construct( $args = array(), $shortcode_args = array() ) { | |
| 15 | - parent::__construct( $args, $shortcode_args ); | |
| 14 | + public function __construct( $args = array() ) { | |
| 15 | + parent::__construct( $args ); | |
| 16 | 16 | $this->dbs = new WPDA_Remote_Database(); |
| 17 | 17 | } |
| 18 | 18 | |
| 19 | 19 | public function show() { |