Merged in wnestor/processmaker (pull request #1058)

Modificacion a los features case note, web entry, cases list y export/import project
This commit is contained in:
Fernando Ontiveros
2014-10-24 14:22:37 -04:00
4 changed files with 7 additions and 7 deletions

View File

@@ -396,7 +396,7 @@ class WebEntry
$template->assign("dynaformUid", $dynaFormUid);
$template->assign("taskUid", $taskUid);
$template->assign("wsUser", $usrUsername);
$template->assign("wsPass", Bootstrap::getPasswordHashType() . ':' . $usrPassword);
$template->assign("wsPass", \Bootstrap::getPasswordHashType() . ':' . $usrPassword);
$template->assign("wsRoundRobin", $wsRoundRobin);
if ($webEntryInputDocumentAccess == 0) {