diff options
author | V.Krishn <vkrishn4@gmail.com> | 2016-07-12 05:13:39 +0530 |
---|---|---|
committer | V.Krishn <vkrishn4@gmail.com> | 2016-07-12 05:13:39 +0530 |
commit | 9168a00d1d584509f84f4d3e936f8a1eecde9a29 (patch) | |
tree | bf4422920ec9de9f6f4b8ccd50a43aecbcd74be3 | |
parent | 18a95db474342f267846de55b2d8984d69f02196 (diff) | |
download | aport-api-9168a00d1d584509f84f4d3e936f8a1eecde9a29.tar.bz2 |
remove field reporter
-rw-r--r-- | index.php | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1228,6 +1228,7 @@ function fmtData($res, $type, $app) { if($type === 'flagged') { // identifier $idf = 'fid'; $self = 'fid'; + $_unset = array( 'reporter' ); } if($type === 'install_if') { |