BUG 14958 "Perfil por creador de proceso" SOLVED

This commit is contained in:
Luis Fernando Saisa Lopez
2014-09-25 17:21:53 -04:00
parent 0261350ec0
commit 85d0b10b08
2 changed files with 2 additions and 2 deletions

View File

@@ -57,7 +57,7 @@ $rsCriteria = ProcessPeer::doSelectRS($criteria);
$rsCriteria->setFetchmode(ResultSet::FETCHMODE_ASSOC);
if (!$rsCriteria->next()) {
echo "You not have privileges to edit this process.";
echo "You don't have privileges to edit this process.";
exit(0);
}