@@ -10,7 +10,6 @@ |
||
10 | 10 | |
11 | 11 | use OCP\IUserManager; |
12 | 12 | use OCP\IL10N; |
13 | - |
|
14 | 13 | use OCA\Files_Antivirus\Item; |
15 | 14 | |
16 | 15 | class BackgroundScanner { |
@@ -9,6 +9,10 @@ |
||
9 | 9 | namespace OCA\Files_Antivirus; |
10 | 10 | |
11 | 11 | class Notification { |
12 | + |
|
13 | + /** |
|
14 | + * @param string $path |
|
15 | + */ |
|
12 | 16 | public static function sendMail($path){ |
13 | 17 | if (!\OCP\User::isLoggedIn()){ |
14 | 18 | return; |