Skip to content

Commit

Permalink
Merge pull request #315 from marcosgdf/error-messages
Browse files Browse the repository at this point in the history
Forgot to migrate to some lines to the new error-handler
  • Loading branch information
hregis committed Aug 16, 2012
2 parents 3468787 + 29f2e72 commit 4825448
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion htdocs/commande/fiche.php
Expand Up @@ -702,7 +702,7 @@
}
else
{
$mesg='<div class="error">'.$object->error.'</div>';
setEventMessage($object->error, 'errors');
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion htdocs/fourn/commande/fiche.php
Expand Up @@ -319,7 +319,7 @@
}
else
{
$mesgs[] ='<div class="error">'.$object->error.'</div>';
setEventMessage($object->error, 'errors');
}
}
}
Expand Down

0 comments on commit 4825448

Please sign in to comment.