Small bug fix - this could never work

This commit is contained in:
Melanie
2013-04-23 03:23:14 +02:00
parent 72db1a02b7
commit 6addfdfd93

View File

@@ -39,7 +39,7 @@ public:
const LLUUID& invoice,
const sparam_t& strings)
{
if (strings.size() != 2) return false;
if (strings.size() != 1) return false;
LLUUID folder_id(strings[0]);
bool success = false;