mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-13 15:32:15 +09:00
Fixed issue with numbers showing up in query argument validator messages.
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9484 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
c368fa189c
commit
cc7477d4e3
1 changed files with 2 additions and 2 deletions
|
|
@ -55,7 +55,7 @@
|
|||
// Instantiation
|
||||
$arg = sprintf("\n$%s_argument = new ConditionArgument('%s', %s, '%s');\n"
|
||||
, $this->argument_name
|
||||
, $this->argument_name
|
||||
, $this->variable_name
|
||||
, '$args->'.$this->variable_name
|
||||
, $this->operation
|
||||
);
|
||||
|
|
@ -76,7 +76,7 @@
|
|||
else {
|
||||
$arg = sprintf("\n$%s_argument = new Argument('%s', %s);\n"
|
||||
, $this->argument_name
|
||||
, $this->argument_name
|
||||
, $this->variable_name
|
||||
, '$args->'.$this->variable_name);
|
||||
|
||||
$arg .= $this->argument_validator->toString();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue