Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ACF
acf-weblog
Commits
b60a647c
Commit
b60a647c
authored
Oct 03, 2015
by
Ted Trask
Browse files
Fix typo resulting in exception in weblog-model.getweblogparameters when database does not exist
parent
2bc5a909
Changes
1
Show whitespace changes
Inline
Side-by-side
weblog-model.lua
View file @
b60a647c
...
...
@@ -1189,7 +1189,7 @@ function mymodule.getweblogparameters(self, clientdata)
databasedisconnect
()
end
)
if
err
and
not
res
then
result
.
source
.
errtxt
=
err
result
.
source
name
.
errtxt
=
err
end
return
cfe
({
type
=
"group"
,
value
=
result
,
label
=
"Weblog Access Log"
})
...
...
Ted Trask
@ttrask01
mentioned in commit
da7a5057
·
Oct 06, 2019
mentioned in commit
da7a5057
mentioned in commit da7a5057e24e4341ed5592c42a8b7122835043b7
Toggle commit list
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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