From 6b8fd0f8a08b65903391d5fc291501fcbe22e960 Mon Sep 17 00:00:00 2001 From: xdrm-brackets Date: Tue, 26 Sep 2017 16:35:26 +0200 Subject: [PATCH] minfix: api/deploy bracket error (scope not closed) --- lib/api/source/deploy.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/api/source/deploy.php b/lib/api/source/deploy.php index c54f0ee..79b74b3 100755 --- a/lib/api/source/deploy.php +++ b/lib/api/source/deploy.php @@ -186,6 +186,9 @@ slog("History '$feat_name' succesfully truncated", 'api:deploy', 'update'); } + + } + return 0; }