Skip to content

Commit

Permalink
Update VERSION to list all scheduled changes. Fix sanitize API call.
Browse files Browse the repository at this point in the history
  • Loading branch information
kiswa committed Mar 20, 2015
1 parent 96fe66f commit 83029ea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions VERSION
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@ Changelog
* Expandable text inputs expand vertically and reset size on modal open.
* 'Move to Column' context menu improvements.
* Fix for missing Authorization header on some platforms.
* Fix for missing Automatic Action trigger 'category change'.
2 changes: 1 addition & 1 deletion api/helpers.php
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ function loadBoardData($board, $data) {
// Clean a user bean for return to front-end.
function sanitize($user) {
$user['salt'] = null;
$user['ownToken'] = null;
$user->ownToken = [];
$user['password'] = null;
}

Expand Down

0 comments on commit 83029ea

Please sign in to comment.