]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - lib/apilistusers.php
Don't log every included config file
[quix0rs-gnu-social.git] / lib / apilistusers.php
index 42a7bc5c99cc441a4f19a66b4380f70f49e5666c..13d1a8c580d44e92f18c347040d5ff330a1708a4 100644 (file)
@@ -63,7 +63,6 @@ class ApiListUsersAction extends ApiBareAuthAction
         if (empty($this->list)) {
             // TRANS: Client error displayed when referring to a non-existing list.
             $this->clientError(_('List not found.'), 404, $this->format);
-            return false;
         }
 
         if(!$this->create && !$this->delete) {