Plugin Directory

Changeset 664981


Ignore:
Timestamp:
02/07/2013 11:37:12 PM (13 years ago)
Author:
mcbenton
Message:

problem with data structure

File:
1 edited

Legend:

Unmodified
Added
Removed
  • umatter2us/trunk/umatter2us.php

    r664979 r664981  
    807807        $repos = get_option( 'um2u_repos' );
    808808        if ( $team_name && $project_name && $repo_url ) {
    809             $repos[ $team_name ] = array( 'name' => $project_name, 'url' => $repo_url);
     809            $repos[ $team_name ][] = array( 'name' => $project_name, 'url' => $repo_url);
    810810            update_option( 'um2u_repos', $repos );
    811811        }
Note: See TracChangeset for help on using the changeset viewer.