summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2009-08-23 09:45:07 +0000
committerDries Buytaert <dries@buytaert.net>2009-08-23 09:45:07 +0000
commit26024e03c895c7f590dcd076ebd76f8e95db3895 (patch)
treed59ace50722425dec83db7e11666c1a376e872d4 /modules
parentc1755a8250c73c795aac3ff8fd50d37e71615cf8 (diff)
downloadbrdo-26024e03c895c7f590dcd076ebd76f8e95db3895.tar.gz
brdo-26024e03c895c7f590dcd076ebd76f8e95db3895.tar.bz2
- Patch #554988 by Danny Van Den Brempt: removed unnecesary parameter.
Diffstat (limited to 'modules')
-rw-r--r--modules/block/block.module2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/block/block.module b/modules/block/block.module
index 051a259b2..67119f072 100644
--- a/modules/block/block.module
+++ b/modules/block/block.module
@@ -198,7 +198,7 @@ function block_block_list() {
/**
* Implement hook_block_configure().
*/
-function block_block_configure($delta = 0, $edit = array()) {
+function block_block_configure($delta = 0) {
$box = array('format' => FILTER_FORMAT_DEFAULT);
if ($delta) {
$box = block_box_get($delta);