Browse Source

Use template instead of DB value.

Julio Montoya 10 years ago
parent
commit
a53ce59083
1 changed files with 2 additions and 1 deletions
  1. 2 1
      plugin/clockworksms/lib/clockworksms.lib.php

+ 2 - 1
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', '');
         } else {
             $templatePath = 'clockworksms/sms_templates/';