From: Dylan Lloyd Date: Wed, 15 Jun 2011 06:35:50 +0000 (-0400) Subject: Fixed syntax error, .= not += X-Git-Url: https://disinclined.org/git/?a=commitdiff_plain;h=5defe799714e64bea47ba0ceaeac0a5d1a7d4eff;hp=e02661a0816878edab7927b3573408999f32cd48;p=dylansserver.git Fixed syntax error, .= not += --- diff --git a/index.php b/index.php index 8245ec2..e096a9c 100644 --- a/index.php +++ b/index.php @@ -363,7 +363,7 @@ class note extends cms { "; if (isset($_GET['comments'])) { - $this->scripts += " + $this->scripts .= " "; }