Project

General

Profile

« Previous | Next » 

Revision 50460df2

Added by Marc Dequènes almost 14 years ago

  • ID 50460df261292cc4d1d4459e6ac6273c4813486c

[fix] Order management was broken

View differences:

lib/cyborghood/mail_order.rb
super(user, command_lines, shared_parameters) do |word, errors, used_refs|
if word =~ /^@([a-zA-Z0-9._-]+)$/
ref = $1
param = ParameterReference.new(ref)
d_ref, d_param = dereference_param(shared_parameters, param)
if d_ref.nil?
errors << _("Attachment '%{ref}' not found.", :ref => ref)

Also available in: Unified diff