From: Steve Sanbeg Date: Tue, 12 Dec 2006 16:12:30 +0000 (+0000) Subject: per Rob's comment, make call to createAssocArgs() more clearly static. X-Git-Tag: 1.31.0-rc.0~54926 X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/banques/?a=commitdiff_plain;h=f9524cb8e69dee059e5d7350e30565747d3d976e;p=lhc%2Fweb%2Fwiklou.git per Rob's comment, make call to createAssocArgs() more clearly static. --- diff --git a/includes/Parser.php b/includes/Parser.php index e87fa9497a..adf6e54c7a 100644 --- a/includes/Parser.php +++ b/includes/Parser.php @@ -3112,7 +3112,7 @@ class Parser $assocArgs = array(); } else { # Clean up argument array - $assocArgs = $this->createAssocArgs($args); + $assocArgs = self::createAssocArgs($args); # Add a new element to the templace recursion path $this->mTemplatePath[$part1] = 1; }