diff --git a/application/helpers/hlp_sancho_helper.php b/application/helpers/hlp_sancho_helper.php index 5d2d9f1f1..1653c44e7 100644 --- a/application/helpers/hlp_sancho_helper.php +++ b/application/helpers/hlp_sancho_helper.php @@ -89,7 +89,7 @@ function _parseMailContent($vorlage_kurzbz, $vorlage_data) $ci =& get_instance(); $ci->load->library('VorlageLib'); - $result = $ci->vorlagelib->getVorlagetextByVorlage($vorlage_kurzbz); + $result = $ci->vorlagelib->loadVorlagetext($vorlage_kurzbz); if (isSuccess($result)) {