mirror of
https://github.com/nextcloud/passman.git
synced 2025-11-09 21:51:36 +08:00
The CronService fails to send notifications for expired credentials due to the SQL query containing as a column name the word 'rows', which is a reserved keyword. This is the cause of issue #490. This patch fixes the issue simply by quoting the offending keyword. Signed-off-by: Damien Goutte-Gattat <dgouttegattat@incenp.org> |
||
|---|---|---|
| .. | ||
| ActivityService.php | ||
| CredentialRevisionService.php | ||
| CredentialService.php | ||
| CronService.php | ||
| DeleteVaultRequestService.php | ||
| EncryptService.php | ||
| FileService.php | ||
| IconService.php | ||
| NotificationService.php | ||
| SettingsService.php | ||
| ShareService.php | ||
| VaultService.php | ||