aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorV.Krishn <vkrishn4@gmail.com>2016-07-12 05:13:39 +0530
committerV.Krishn <vkrishn4@gmail.com>2016-07-12 05:13:39 +0530
commit9168a00d1d584509f84f4d3e936f8a1eecde9a29 (patch)
treebf4422920ec9de9f6f4b8ccd50a43aecbcd74be3
parent18a95db474342f267846de55b2d8984d69f02196 (diff)
downloadaport-api-9168a00d1d584509f84f4d3e936f8a1eecde9a29.tar.bz2
remove field reporter
-rw-r--r--index.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/index.php b/index.php
index e3d1ff3..2a53209 100644
--- a/index.php
+++ b/index.php
@@ -1228,6 +1228,7 @@ function fmtData($res, $type, $app) {
if($type === 'flagged') {
// identifier
$idf = 'fid'; $self = 'fid';
+ $_unset = array( 'reporter' );
}
if($type === 'install_if') {