X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Fapi%2FApiFormatYaml_spyc.php;h=e339534faac1374994d54e9d8350470f078bf2d0;hb=a4e5e935b6fb3b6e221fb8b3f2daf70b3b756cd0;hp=f16b2c8a665d0949f3803ef3cbd342aba7fbade7;hpb=ce4b97281d2191c33b156b650b5d36196507e7d0;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/api/ApiFormatYaml_spyc.php b/includes/api/ApiFormatYaml_spyc.php index f16b2c8a66..e339534faa 100644 --- a/includes/api/ApiFormatYaml_spyc.php +++ b/includes/api/ApiFormatYaml_spyc.php @@ -114,7 +114,7 @@ class Spyc { if (is_array($value)) { // It has children. What to do? // Make it the right kind of item - $string = $this->_dumpNode($key,NULL,$indent); + $string = $this->_dumpNode($key,null,$indent); // Add the indent $indent += $this->_dumpIndent; // Yamlize the array