Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/passman.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorbrantje <brantje@gmail.com>2016-10-08 01:05:08 +0300
committerbrantje <brantje@gmail.com>2016-10-08 01:05:08 +0300
commit80289b1a7147c833cc31a76d95db9028a50e50d6 (patch)
tree9da3cfb6b292a96161a09cc19741786b8649a238 /lib
parentea8ee93efd34593aee2a51326f629d6b5d34855a (diff)
Fix travis errors in CronService
Diffstat (limited to 'lib')
-rw-r--r--lib/Service/CronService.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Service/CronService.php b/lib/Service/CronService.php
index 9703469b..dd4aa085 100644
--- a/lib/Service/CronService.php
+++ b/lib/Service/CronService.php
@@ -46,7 +46,7 @@ class CronService {
$query->bindParam(1, $id, \PDO::PARAM_INT);
$result = $query->execute();
$this->logger->debug($credential->getLabel() .' is expired, checking notifications!', array('app' => 'passman'));
- if($result->fetchRow()['rows'] == 0) {
+ if($result->fetchRow()['rows'] === 0) {
$this->logger->debug($credential->getLabel() .' is expired, adding notification!', array('app' => 'passman'));
$this->activityService->add(