mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +02:00
fix typo
This commit is contained in:
parent
2a3b076368
commit
b97fb57fe3
1 changed files with 1 additions and 1 deletions
|
@ -447,7 +447,7 @@ class block_base {
|
||||||
// Delete icon.
|
// Delete icon.
|
||||||
if ($this->user_can_addto($this->page)) {
|
if ($this->user_can_addto($this->page)) {
|
||||||
$controls[] = array('url' => $actionurl . '&bui_deleteid=' . $this->instance->id,
|
$controls[] = array('url' => $actionurl . '&bui_deleteid=' . $this->instance->id,
|
||||||
'icon' => $output->old_icon_url('t/delete'), 'caption' => get_string('deletet'));
|
'icon' => $output->old_icon_url('t/delete'), 'caption' => get_string('delete'));
|
||||||
}
|
}
|
||||||
|
|
||||||
// Move icon.
|
// Move icon.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue