Index: trunk/extensions/CategoryTree/CategoryTree.php |
— | — | @@ -290,7 +290,7 @@ |
291 | 291 | foreach ( $params as $p ) { |
292 | 292 | if ( preg_match('/^\s*(\S.*?)\s*=\s*(.*?)\s*$/', $p, $m) ) { |
293 | 293 | $k = $m[1]; |
294 | | - $v = preg_replace('/^"\s*(.*?)"\s*$/', '$1', $m[2]); //strip any quotes enclusing the value |
| 294 | + $v = preg_replace('/^"\s*(.*?)\s*"$/', '$1', $m[2]); //strip any quotes enclusing the value |
295 | 295 | } |
296 | 296 | else { |
297 | 297 | $k = trim($p); |