Skip to content
This repository has been archived by the owner on Jul 14, 2022. It is now read-only.

Commit

Permalink
Correct oversight of object uuid in activity
Browse files Browse the repository at this point in the history
  • Loading branch information
nickoneill committed Mar 2, 2013
1 parent 71f6812 commit f0568b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion UGAPI/UGActivity.m
Expand Up @@ -232,7 +232,7 @@ -(NSDictionary *)toNSDictionary
else if ( m_objectDataType == kUGActivityObjectEntity ) else if ( m_objectDataType == kUGActivityObjectEntity )
{ {
[object setObject:m_entityType forKey:@"entityType"]; [object setObject:m_entityType forKey:@"entityType"];
[object setObject:m_entityType forKey:@"entityType"]; [object setObject:m_entityUUID forKey:@"entityUUID"];
} }


// add to the dict // add to the dict
Expand Down

0 comments on commit f0568b3

Please sign in to comment.