Skip to content
Snippets Groups Projects
Commit 6e16a739 authored by bneff's avatar bneff
Browse files

Bug fixed

- typo in variable name

SVN: 6537
parent cae23170
No related branches found
No related tags found
No related merge requests found
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
<condition property="arg1" value="arg1" else=""> <condition property="arg1" value="arg1" else="">
<isset property="arg1" /> <isset property="arg1" />
</condition> </condition>
<condition property="arg2" value="arg21" else=""> <condition property="arg2" value="arg2" else="">
<isset property="arg2" /> <isset property="arg2" />
</condition> </condition>
<condition property="arg3" value="arg3" else=""> <condition property="arg3" value="arg3" else="">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment