Fix documentation

This commit is contained in:
Hadi Nategh 2020-12-07 13:15:04 +01:00
parent c8020e6456
commit 78768ecf7e

View File

@ -309,7 +309,7 @@ class resources_bo
* *
* Cornelius Weiss <egw@von-und-zu-weiss.de> * Cornelius Weiss <egw@von-und-zu-weiss.de>
* @param array $resource array with key => value of all needed datas * @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) function save($resource)
{ {