diff options
-rw-r--r-- | mod/thewire/start.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/thewire/start.php b/mod/thewire/start.php index 4bfc3e675..da0e2f409 100644 --- a/mod/thewire/start.php +++ b/mod/thewire/start.php @@ -196,7 +196,7 @@ if ((is_plugin_enabled('smsclient')) && (is_plugin_enabled('smslogin')))
{
// By this stage the owner should be logged in (requires SMS Login)
- if (thewire_save_post($object->description, 2, 0, 'sms'))
+ if (thewire_save_post($object->description, get_default_access(), 0, 'sms'))
return false;
}
|