Exemple #1
0
 /**
  * Constructor
  *
  * @access      protected
  * @param       object  $subject The object to observe
  * @param       array   $config  An array that holds the plugin configuration
  * @since       1.5
  */
 public function __construct($config = array())
 {
     //parent::__construct($subject, $config);
     //Get config for PlayJoomUpdate
     $this->UpdateConf = PlayjoomupdateHelper::getConfig('Update', JPATH_COMPONENT_ADMINISTRATOR . '/playjoomupdate.conf.php');
     parent::__construct($config);
 }