diff options
Diffstat (limited to 'app')
-rw-r--r-- | app/class/object.class.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/class/object.class.php b/app/class/object.class.php index a409fa9..cfc452c 100644 --- a/app/class/object.class.php +++ b/app/class/object.class.php @@ -282,7 +282,7 @@ abstract class Object extends Framework } /* - * Check if given user (or group) is the owner if this object + * Check if given user (or group) is the owner of this object */ function isOwner($ug) { |