@@ -4051,7 +4051,7 @@ |
||
4051 | 4051 | * |
4052 | 4052 | * @param int $pmID The ID of the PM |
4053 | 4053 | * @param string $validFor Which folders this is valud for - can be 'inbox', 'outbox' or 'in_or_outbox' |
4054 | - * @return boolean Whether the PM is accessible in that folder for the current user |
|
4054 | + * @return boolean|null Whether the PM is accessible in that folder for the current user |
|
4055 | 4055 | */ |
4056 | 4056 | function isAccessiblePM($pmID, $validFor = 'in_or_outbox') |
4057 | 4057 | { |