passman/lib/Service
Damien Goutte-Gattat 4a1878ef0c
Escape reserved SQL keyword when notifying expired credentials.
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>
2019-10-01 20:22:30 +01:00
..
ActivityService.php
CredentialRevisionService.php
CredentialService.php
CronService.php Escape reserved SQL keyword when notifying expired credentials. 2019-10-01 20:22:30 +01:00
DeleteVaultRequestService.php
EncryptService.php
FileService.php
IconService.php
NotificationService.php
SettingsService.php
ShareService.php
VaultService.php