diff options
Diffstat (limited to 'engine/classes/Loggable.php')
-rw-r--r-- | engine/classes/Loggable.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/classes/Loggable.php b/engine/classes/Loggable.php index 36db8a692..40690f87a 100644 --- a/engine/classes/Loggable.php +++ b/engine/classes/Loggable.php @@ -59,7 +59,7 @@ interface Loggable { * Return the GUID of the owner of this object. * * @return int - * @deprecated 1.8 Use getOwner() instead + * @deprecated 1.8 Use getOwnerGUID() instead */ public function getObjectOwnerGUID(); }
\ No newline at end of file |