stanley-king hace 8 años
padre
commit
7e0cb7ecdf
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      core/framework/libraries/sms.php

+ 1 - 1
core/framework/libraries/sms.php

@@ -67,7 +67,7 @@ class Sms
         if(array_key_exists('type',$content)) {
             unset($content['type']);
         }
-        
+
         static $templates = array(self::register_code => '59006', self::resetpass_code => '63477', self::getbonus_code => '63479', self::getbind_code => '59006');
         if (!array_key_exists($type, $templates)) return -1;