diff options
author | Sarven Capadisli <csarven@csarven-laptop.(none)> | 2009-05-08 14:17:07 -0400 |
---|---|---|
committer | Sarven Capadisli <csarven@csarven-laptop.(none)> | 2009-05-08 14:17:07 -0400 |
commit | d6bbc35d8e64f72bd54613a5ba01b421bea0fa20 (patch) | |
tree | 194527d3a539308877230a9f066160bd22f4c1eb /actions | |
parent | fbf23ae0ee4c8c63e80e3511aa7fce980b8d1ed5 (diff) | |
parent | 9a8095079dc602c7f2b74e48237445d682844de6 (diff) |
Merge branch '0.7.x' into 0.8.x
Diffstat (limited to 'actions')
-rw-r--r-- | actions/twittersettings.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/actions/twittersettings.php b/actions/twittersettings.php index 1bce57695..2b742788e 100644 --- a/actions/twittersettings.php +++ b/actions/twittersettings.php @@ -392,6 +392,8 @@ class TwittersettingsAction extends ConnectSettingsAction if ($friendsync) { save_twitter_friends($user, $twit_user->id, $screen_name, $password); + $flink->last_friendsync = common_sql_now(); + $flink->update(); } $this->showForm(_('Twitter settings saved.'), true); |