Eliminiacion de validacion para tipo EXTERNAL en STEP

This commit is contained in:
Brayan Osmar Pereyra Suxo
2014-02-28 16:09:36 -04:00
parent e2e67f3ca5
commit d7289c677e

View File

@@ -150,9 +150,6 @@ class Step
$msg = str_replace(array("{0}", "{1}"), array($objectUid, "OUTPUT_DOCUMENT"), "The UID \"{0}\" doesn't exist in table {1}");
}
break;
default:
$msg = str_replace(array("{0}", "{1}"), array($objectUid, $type), "The UID \"{0}\" doesn't exist in table {1}");
break;
}
return $msg;