summaryrefslogtreecommitdiff
path: root/modules/dblog
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2009-01-21 14:22:33 +0000
committerDries Buytaert <dries@buytaert.net>2009-01-21 14:22:33 +0000
commit60c06921ce37fae8604b83e0ccd149f3ee3eab1e (patch)
tree6d088ab18e590b7a11b9acd6dc9962faa220d1e3 /modules/dblog
parent18e62bf8c5c8612f1e2bfc10cd8192e97d7eebee (diff)
downloadbrdo-60c06921ce37fae8604b83e0ccd149f3ee3eab1e.tar.gz
brdo-60c06921ce37fae8604b83e0ccd149f3ee3eab1e.tar.bz2
- Patch #291026 by Dave Reid et al: further (usability) improvements to the E_NOTICE handling.
Diffstat (limited to 'modules/dblog')
-rw-r--r--modules/dblog/dblog.module1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/dblog/dblog.module b/modules/dblog/dblog.module
index 1430d20cb..03ab8c46d 100644
--- a/modules/dblog/dblog.module
+++ b/modules/dblog/dblog.module
@@ -48,6 +48,7 @@ function dblog_menu() {
'page callback' => 'drupal_get_form',
'page arguments' => array('dblog_admin_settings'),
'access arguments' => array('administer site configuration'),
+ 'type' => MENU_LOCAL_TASK,
);
$items['admin/reports/dblog'] = array(
'title' => 'Recent log entries',