From bd24f7225f0ffc61cb78ed55ad2f16782d56a557 Mon Sep 17 00:00:00 2001 From: ben Date: Fri, 10 Apr 2009 17:06:31 +0000 Subject: The Wire incoming SMS now uses the default access level. git-svn-id: https://code.elgg.org/elgg/trunk@3206 36083f99-b078-4883-b0ff-0f9b5a30f544 --- mod/thewire/start.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- cgit v1.2.3