diff options
Diffstat (limited to 'modules/php/php.module')
-rw-r--r-- | modules/php/php.module | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/php/php.module b/modules/php/php.module index 4dd23f5ea..f9b7d5bcf 100644 --- a/modules/php/php.module +++ b/modules/php/php.module @@ -79,7 +79,7 @@ function php_eval($code) { /** * Tips callback for php filter. */ -function _php_filter_tips($format, $long = FALSE) { +function _php_filter_tips($filter, $format, $long = FALSE) { global $base_url; if ($long) { $output = '<h4>' . t('Using custom PHP code') . '</h4>'; |