Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Pathologic committed Apr 5, 2022
1 parent 89f2bdd commit 122e94b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/snippets/DocLister/lib/DLphx.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -566,7 +566,7 @@ public function Log($string)
{
if ($this->debug) {
$this->debugLog = true;
$this->console[] = (count($this->console) + 1 - $this->curPass) . " [" . datee(
$this->console[] = (count($this->console) + 1 - $this->curPass) . " [" . date(
"H:i:S",
time()
) . "] " . $this->LogClean($string);
Expand Down

0 comments on commit 122e94b

Please sign in to comment.