From a50f7b0539618ba09875dfc7d738b9b1c1ebbf45 Mon Sep 17 00:00:00 2001 From: Conrad Vermeulen Date: Mon, 5 Mar 2007 13:06:04 +0000 Subject: [PATCH] KTS-1520 "Document Storage Verification recategorised and should have a confirmation page" Fixed. This recategorises the verification function. --- plugins/ktcore/KTCorePlugin.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/ktcore/KTCorePlugin.php b/plugins/ktcore/KTCorePlugin.php index 7843149..3fe1c2a 100644 --- a/plugins/ktcore/KTCorePlugin.php +++ b/plugins/ktcore/KTCorePlugin.php @@ -270,8 +270,8 @@ class KTCorePlugin extends KTPlugin { $this->registerAdminPage('techsupport', 'KTSupportDispatcher', 'misc', _kt('Support and System information'), _kt('Information about this system and how to get support.'), 'admin/techsupport.php', null); - $this->registerAdminPage('cleanup', 'ManageCleanupDispatcher', 'misc', - _kt('Verify document storage'), _kt('Performs a check to see if the documents in your repositories all are stored on the back-end storage (usually on disk).'), + $this->registerAdminPage('cleanup', 'ManageCleanupDispatcher', 'storage', + _kt('Verify Document Storage'), _kt('Performs a check to see if the documents in your repositories all are stored on the back-end storage (usually on disk).'), 'admin/manageCleanup.php', null); $this->registerAdminPage('views', 'ManageViewDispatcher', 'misc', _kt('Manage views'), _kt('Allows you to specify the columns that are to be used by a particular view (e.g. Browse documents, Search)'), -- libgit2 0.21.4