From f87a3ce570b80375a5ec210a350bea1cd3d03bf8 Mon Sep 17 00:00:00 2001 From: Uwe Steinmann Date: Tue, 26 Apr 2016 18:14:12 +0200 Subject: [PATCH] fix line indenting --- op/op.Ajax.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/op/op.Ajax.php b/op/op.Ajax.php index 53e9cb517..b43e85881 100644 --- a/op/op.Ajax.php +++ b/op/op.Ajax.php @@ -484,7 +484,8 @@ switch($command) { $revisions = array(); $resArr = $dms->getDocumentList('AppRevByMe', $user); if($resArr) { - foreach ($resArr as $res) { if($res["status"]==S_DRAFT_REV) + foreach ($resArr as $res) { + if($res["status"]==S_DRAFT_REV) $reviews[] = $res['id']; if($res["status"]==S_DRAFT_APP) $approvals[] = $res['id'];