Skip to content

Commit

Permalink
Fix /o/apps/mine API.
Browse files Browse the repository at this point in the history
  • Loading branch information
osoner committed Jan 13, 2013
1 parent 4c1c350 commit 6c8a821
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/parts/mgmt/apps.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ var appsApi = {},

appsApi.getCurrentUserApps = function (params) {
if (params.member.global_admin) {
appsApi.getAllApps();
appsApi.getAllApps(params);
return true;
}

Expand Down

0 comments on commit 6c8a821

Please sign in to comment.