Skip to content

Commit 09955e9

Browse files
author
chris968
authored
Update ahsay-api-wrapper.php
1 parent 0841499 commit 09955e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ahsay-api-wrapper.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ public function getUserBackupSet($username, $backupset)
264264
public function listBackupJobStatus($username, $date)
265265
{
266266
if (isset($date) === false) {
267-
$date = date("-Y-m-d");
267+
$date = date("Y-m-d");
268268
}
269269

270270
$this->debuglog("Getting status for backup job that run on the '$date' for user '$username'");

0 commit comments

Comments
 (0)