| @@ -26,12 +26,11 @@ | ||
| 26 | 26 | |
| 27 | 27 | |
| 28 | 28 | public function __construct() |
| 29 | 29 | { |
| 30 | + parent::__construct(); | |
| 30 | 31 | $this->icon = MBSocial()->get_plugin_url() . 'images/mb-blue-network.png'; |
| 31 | 32 | $this->label = __('No config', 'mbsocial'); |
| 32 | - parent::__construct(); | |
| 33 | - | |
| 34 | 33 | $w = MBSocial()->whistle(); |
| 35 | 34 | $w->listen('collection/new', array($this, 'resetIndex'), 'tell'); |
| 36 | 35 | add_filter('mbsocial/parsecss/', array($this, 'fixIconCSS')); |
| 37 | 36 | |