summaryrefslogtreecommitdiff
path: root/modules/legacy
diff options
context:
space:
mode:
authorNeil Drumm <drumm@3064.no-reply.drupal.org>2006-07-02 20:06:31 +0000
committerNeil Drumm <drumm@3064.no-reply.drupal.org>2006-07-02 20:06:31 +0000
commit451f44c4f0f000c1ec38aece219aa9d74e69ac39 (patch)
tree08cc15aa28f19154252e8012e70b8e11064bb810 /modules/legacy
parentea0ccd13cc5a38a20be35035ba7d3f2d19019975 (diff)
downloadbrdo-451f44c4f0f000c1ec38aece219aa9d74e69ac39.tar.gz
brdo-451f44c4f0f000c1ec38aece219aa9d74e69ac39.tar.bz2
#71772 by Bart Jansens, fix various php warnings
Diffstat (limited to 'modules/legacy')
-rw-r--r--modules/legacy/legacy.module2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/legacy/legacy.module b/modules/legacy/legacy.module
index d6a34dfcb..add982cfb 100644
--- a/modules/legacy/legacy.module
+++ b/modules/legacy/legacy.module
@@ -125,7 +125,7 @@ function legacy_filter($op, $delta = 0, $format = -1, $text = '') {
return t('Replaces URLs from Drupal 4.1 (and lower) with updated equivalents.');
case 'process':
- return _legacy_filter_old_urls($text, $format);
+ return _legacy_filter_old_urls($text);
case 'settings':
return;