We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf4942f commit 8b1a432Copy full SHA for 8b1a432
public_html/lists/admin/connect.php
@@ -463,7 +463,7 @@ function ClineSignature()
463
function ClineError($msg, $documentationURL = '')
464
{
465
ob_end_clean();
466
- echo PHP.EOL."Error: $msg\n";
+ echo PHP_EOL."Error: $msg\n";
467
if (!empty($documentationURL)) {
468
echo PHP_EOL.s("For more information: "). $documentationURL;
469
}
0 commit comments