Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
drupal
Commits
bf17897c
Commit
bf17897c
authored
Nov 27, 2007
by
Gábor Hojtsy
Browse files
#195631
by yhager: although logs was changed to reports, this was not reflected in dblog_init()
parent
c9fc63a3
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/dblog/dblog.module
View file @
bf17897c
...
...
@@ -82,7 +82,7 @@ function dblog_menu() {
}
function
dblog_init
()
{
if
(
arg
(
0
)
==
'admin'
&&
arg
(
1
)
==
'
log
s'
)
{
if
(
arg
(
0
)
==
'admin'
&&
arg
(
1
)
==
'
report
s'
)
{
// Add the CSS for this module
drupal_add_css
(
drupal_get_path
(
'module'
,
'dblog'
)
.
'/dblog.css'
,
'module'
,
'all'
,
FALSE
);
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment