Home
Documentation
Downloads
Demo
Tracker
Development
Translation
Moodle.net
Search
projects
/
moodle.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6a407a7
)
MDL-39088 fix admin/localplugins.php uninstall url
author
Petr Škoda
<commits@skodak.org>
Tue, 2 Jul 2013 05:24:33 +0000
(07:24 +0200)
committer
Petr Škoda
<commits@skodak.org>
Tue, 2 Jul 2013 05:24:33 +0000
(07:24 +0200)
admin/localplugins.php
patch
|
blob
|
blame
|
history
diff --git
a/admin/localplugins.php
b/admin/localplugins.php
index
782f850
..
12672b2
100644
(file)
--- a/
admin/localplugins.php
+++ b/
admin/localplugins.php
@@
-60,7
+60,7
@@
collatorlib::asort($plugins);
foreach ($plugins as $plugin => $name) {
$uninstall = '';
if ($uninstallurl = plugin_manager::instance()->get_uninstall_url('local_'.$plugin)) {
- $uninstall = html_writer::link($uninstall, get_string('uninstallplugin', 'core_admin'));
+ $uninstall = html_writer::link($uninstall
url
, get_string('uninstallplugin', 'core_admin'));
}
$version = get_config('local_' . $plugin);