| @@ -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() { |
| @@ -28,9 +28,9 @@ | ||
| 28 | 28 | $this->show_on_backend(); |
| 29 | 29 | } else { |
| 30 | 30 | $this->show_on_frontend(); |
| 31 | 31 | } |
| 32 | - $this->add_client(); | |
| 32 | + $this->add_client( 'de' ); | |
| 33 | 33 | } |
| 34 | 34 | |
| 35 | 35 | private function show_on_backend() { |
| 36 | 36 | ?> |