Skip to content

Commit

Permalink
Update ticketsup.class.php
Browse files Browse the repository at this point in the history
  • Loading branch information
frederic34 committed Mar 12, 2018
1 parent e6de2ab commit 56d0231
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion htdocs/ticketsup/class/ticketsup.class.php
Expand Up @@ -2262,7 +2262,7 @@ public function messageSend($subject, $texte)
* @param string $code Filter on this code of contact type ('SHIPPING', 'BILLING', ...)
* @return array Array of contacts
*/
function liste_contact($statut = -1, $source = 'external', $list = 0, $code = '')
function listeContact($statut = -1, $source = 'external', $list = 0, $code = '')
{
global $langs;

Expand Down

0 comments on commit 56d0231

Please sign in to comment.