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
log
Commits
a1028bd7
Commit
a1028bd7
authored
Oct 24, 2014
by
m.stenta
Browse files
Fix PHP Notice: Undefined variable: paths in log_admin_paths()
parent
f41fe274
Changes
1
Hide whitespace changes
Inline
Side-by-side
log.module
View file @
a1028bd7
...
...
@@ -163,8 +163,8 @@ function log_admin_paths() {
$paths
=
array
(
'log*'
=>
TRUE
,
);
return
$paths
;
}
return
$paths
;
}
/**
...
...
Write
Preview
Markdown
is supported
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