From: Platonides Date: Tue, 19 Jul 2011 19:53:00 +0000 (+0000) Subject: Remove double ; and final ?> from jsminplus (imported in r91591). X-Git-Tag: 1.31.0-rc.0~28744 X-Git-Url: https://git.cyclocoop.org/%7B%24admin_url%7Dmembres/cotisations/rappels.php?a=commitdiff_plain;h=6bb98564f5a14ca571f4cc37e08a6b3b4ec3de24;p=lhc%2Fweb%2Fwiklou.git Remove double ; and final ?> from jsminplus (imported in r91591). This should be uncontroversial. --- diff --git a/includes/libs/jsminplus.php b/includes/libs/jsminplus.php index 4afa43adc2..8b635e7c29 100644 --- a/includes/libs/jsminplus.php +++ b/includes/libs/jsminplus.php @@ -1536,7 +1536,7 @@ class JSNode if (($numargs = func_num_args()) > 2) { - $args = func_get_args();; + $args = func_get_args(); for ($i = 2; $i < $numargs; $i++) $this->addNode($args[$i]); } @@ -1977,4 +1977,4 @@ class JSToken public $assignOp; } -?> \ No newline at end of file +?>