Skip to content

Commit

Permalink
Merge pull request jeedom#30 from ColonelMoutarde/patch-5
Browse files Browse the repository at this point in the history
displayExeption to displayException
  • Loading branch information
Loïc committed Aug 7, 2018
2 parents a4efede + 817b786 commit 5793f5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/ajax/template.ajax.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@
throw new Exception(__('Aucune méthode correspondante à : ', __FILE__) . init('action'));
/* * *********Catch exeption*************** */
} catch (Exception $e) {
ajax::error(displayExeption($e), $e->getCode());
ajax::error(displayException($e), $e->getCode());
}

0 comments on commit 5793f5a

Please sign in to comment.