Add activation welcome and notices close #21

This commit is contained in:
Brian Miyaji
2014-03-31 01:42:56 +11:00
parent 87e0c574f4
commit dcec47abcf
17 changed files with 540 additions and 154 deletions

View File

@@ -22,7 +22,7 @@ class SP_Sports {
* @return void
*/
public function __construct() {
$this->data = sp_get_sport_options();
$this->data = sp_get_sport_presets();
}
public function __get( $key ) {