Skip to content

Commit 65fda71

Browse files
committed
Ajmo se pomoliti
1 parent 6ece610 commit 65fda71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/WorkerJS/PHPClient/PostgresTaskStore.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ public function __construct($client){
1515
parent::__construct($client);
1616

1717
$connection = parse_url($this->client->getSetting("store")["uri"]);
18-
$params = "host=".$connection["host"]." dbname=".trim($connection["path"], "/")." user=".$connection["user"]." password=".$connection["pass"]:
18+
$params = "host=".$connection["host"]." dbname=".trim($connection["path"], "/")." user=".@$connection["user"]." password=".@$connection["pass"]:
1919

2020
$this->connection = pg_connect($this->client->getSetting("store")["uri"]);
2121
}

0 commit comments

Comments
 (0)