Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
ACF
acf-freeswitch-vmail
Commits
db8785ef
Commit
db8785ef
authored
Nov 13, 2013
by
Ted Trask
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix bug where deleting blank user deletes all users
parent
bc11f9d1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
vmail-model.lua
vmail-model.lua
+1
-1
No files found.
vmail-model.lua
View file @
db8785ef
...
...
@@ -675,7 +675,7 @@ end
mymodule
.
set_delete_user
=
function
(
self
,
deleterequest
)
local
result
=
""
local
success
=
true
if
not
deleterequest
.
value
.
username
.
value
==
""
then
if
deleterequest
.
value
.
username
.
value
==
""
then
deleterequest
.
value
.
username
.
errtxt
=
"User does not exist"
success
=
false
end
...
...
Ted Trask
@ttrask01
mentioned in commit
dbb2ecae
·
Oct 06, 2019
mentioned in commit
dbb2ecae
mentioned in commit dbb2ecae11202c8f7efa83855f4914415d5201f5
Toggle commit list
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