summaryrefslogtreecommitdiff
path: root/src/plugins/SenderGVSMS.class.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/SenderGVSMS.class.php')
-rw-r--r--src/plugins/SenderGVSMS.class.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/SenderGVSMS.class.php b/src/plugins/SenderGVSMS.class.php
index 777586c..90f9e69 100644
--- a/src/plugins/SenderGVSMS.class.php
+++ b/src/plugins/SenderGVSMS.class.php
@@ -5,8 +5,8 @@ require_once('GoogleVoice.class.php');
class SenderGVSMS extends SenderPrivate {
protected $config = array('username'=>'',
- 'password'=>'',
- 'length'=>160);
+ 'password'=>'',
+ 'length'=>160);
private $obj;
public static function description() {