From c6cb5ee2dc55e10fe248f6aa4ff8c139ae548884 Mon Sep 17 00:00:00 2001 From: Hadi Nategh Date: Mon, 7 Dec 2020 13:15:04 +0100 Subject: [PATCH] Fix documentation --- resources/inc/class.resources_bo.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/inc/class.resources_bo.inc.php b/resources/inc/class.resources_bo.inc.php index 4af9c8944f..753fffa770 100755 --- a/resources/inc/class.resources_bo.inc.php +++ b/resources/inc/class.resources_bo.inc.php @@ -309,7 +309,7 @@ class resources_bo * * Cornelius Weiss * @param array $resource array with key => value of all needed datas - * @return string msg if somthing went wrong; nothing if all right + * @return string|boolean msg if somthing went wrong or false in failure; resource id if all right */ function save($resource) {