Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
drupal
Commits
26024e03
Commit
26024e03
authored
Aug 23, 2009
by
Dries
Browse files
- Patch
#554988
by Danny Van Den Brempt: removed unnecesary parameter.
parent
c1755a82
Changes
1
Show whitespace changes
Inline
Side-by-side
modules/block/block.module
View file @
26024e03
...
...
@@ -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
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment