Revision 6aec78f6
Added by Marc Dequènes about 14 years ago
- ID 6aec78f67feb6f283e263b88ba8064dc96872d51
lib/cyborghood/command_runner.rb | ||
---|---|---|
end
|
||
srv_dns = Services::DNS.new(zone)
|
||
|
||
return if cmdline.empty?
|
||
if cmdline.empty?
|
||
result.message = _("No attachment number provided")
|
||
return result
|
||
end
|
||
|
||
zone_data = cmdline.shift
|
||
unless zone_data.content_type == "text/plain"
|
Also available in: Unified diff
[fix] return error properly when attachment is missing, avoiding a crash (code is still not properly split in this branch)