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
55c0ee7b
Commit
55c0ee7b
authored
Jun 25, 2012
by
tim.plunkett
Committed by
tim.plunkett
Oct 21, 2012
Browse files
Issue
#1659480
by tim.plunkett: Fixed Break lock confirmation page is blank when there is no lock.
parent
08173e8c
Changes
1
Show whitespace changes
Inline
Side-by-side
includes/admin.inc
View file @
55c0ee7b
...
...
@@ -860,7 +860,7 @@ function views_ui_break_lock_confirm($form, &$form_state, $view) {
$form
=
array
();
if
(
empty
(
$view
->
locked
))
{
$form
[
'#markup'
]
=
t
(
'There is no lock on view %
view
to break.'
,
array
(
'%name'
=>
$view
->
name
));
$form
[
'
message'
][
'
#markup'
]
=
t
(
'There is no lock on view %
name
to break.'
,
array
(
'%name'
=>
$view
->
name
));
return
$form
;
}
...
...
Write
Preview
Supports
Markdown
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