diff --git a/wp-admin/plugin-editor.php b/wp-admin/plugin-editor.php index 4b4181cf5b..16de1cfe9a 100644 --- a/wp-admin/plugin-editor.php +++ b/wp-admin/plugin-editor.php @@ -59,7 +59,7 @@ default: die(__('

You have do not have sufficient permissions to edit plugins for this blog.

')); } - update_recently_edited($file); + update_recently_edited("wp-content/plugins/$file"); if (!is_file($real_file)) $error = 1;