Skip to content

Commit 8b1a432

Browse files
committed
#886 fix typo
1 parent cf4942f commit 8b1a432

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

public_html/lists/admin/connect.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -463,7 +463,7 @@ function ClineSignature()
463463
function ClineError($msg, $documentationURL = '')
464464
{
465465
ob_end_clean();
466-
echo PHP.EOL."Error: $msg\n";
466+
echo PHP_EOL."Error: $msg\n";
467467
if (!empty($documentationURL)) {
468468
echo PHP_EOL.s("For more information: "). $documentationURL;
469469
}

0 commit comments

Comments
 (0)