/**
  * Initializes the Add-on. Always executed.
  *
  * @since  1.0.1.0
  */
 public function init()
 {
     MS_Model_Addon::disable(self::ID);
 }