summaryrefslogtreecommitdiff
path: root/url.class
diff options
context:
space:
mode:
authorChristian Schneider2007-05-09 07:51:59 +0000
committerChristian Schneider2007-05-09 07:51:59 +0000
commit3b869264f97ba063855925cb76c7d46561628c20 (patch)
tree6390aaad1474706ee25277701880435423a97fff /url.class
parentf43af745e8c07b72ea9453163438d8ddce753841 (diff)
downloaditools-3b869264f97ba063855925cb76c7d46561628c20.tar.gz
itools-3b869264f97ba063855925cb76c7d46561628c20.tar.bz2
itools-3b869264f97ba063855925cb76c7d46561628c20.zip
Make itools old syntax again
Diffstat (limited to 'url.class')
-rw-r--r--url.class2
1 files changed, 1 insertions, 1 deletions
diff --git a/url.class b/url.class
index 5635dac..280d3e6 100644
--- a/url.class
+++ b/url.class
@@ -561,7 +561,7 @@ function _params($params, $keys = null)
foreach (it_url::_params($params[$key]) as $value)
{
if (strlen($value))
- $result[] = it::replace('^([^=\[]*)' => $key . '[$1]', $value);
+ $result[] = it::replace(array('^([^=\[]*)' => $key . '[$1]'), $value);
}
}
else if (strlen($params[$key]))