Use template instead of DB value.

1.10.x
Julio Montoya 11 years ago
parent 988df72aed
commit a53ce59083
  1. 3
      plugin/clockworksms/lib/clockworksms.lib.php

@ -138,7 +138,8 @@ class Clockworksms implements SmsPluginLibraryInterface
) )
); );
if (empty($result)) { //if (empty($result)) {
if (0) {
$tpl->assign('message', ''); $tpl->assign('message', '');
} else { } else {
$templatePath = 'clockworksms/sms_templates/'; $templatePath = 'clockworksms/sms_templates/';

Loading…
Cancel
Save