@@ -1101,6 +1101,9 @@ |
||
1101 | 1101 | return $share; |
1102 | 1102 | } |
1103 | 1103 | |
1104 | + /** |
|
1105 | + * @param IShare $share |
|
1106 | + */ |
|
1104 | 1107 | protected function checkExpireDate($share) { |
1105 | 1108 | if ($share->getExpirationDate() !== null && |
1106 | 1109 | $share->getExpirationDate() <= new \DateTime()) { |