From ff15ea099310bab5cdcaa724274f3ef22301fcb4 Mon Sep 17 00:00:00 2001 From: Friendika Date: Mon, 11 Apr 2011 15:45:19 -0700 Subject: wrong variable passed --- boot.php | 2 +- include/conversation.php | 24 +++++++++++------------- mod/profile.php | 2 +- 3 files changed, 13 insertions(+), 15 deletions(-) diff --git a/boot.php b/boot.php index 2a4c29c1a..7dfaa021e 100644 --- a/boot.php +++ b/boot.php @@ -2,7 +2,7 @@ set_time_limit(0); -define ( 'FRIENDIKA_VERSION', '2.1.945' ); +define ( 'FRIENDIKA_VERSION', '2.1.946' ); define ( 'DFRN_PROTOCOL_VERSION', '2.21' ); define ( 'DB_UPDATE_VERSION', 1048 ); diff --git a/include/conversation.php b/include/conversation.php index 76bb8b6af..d6a439a53 100644 --- a/include/conversation.php +++ b/include/conversation.php @@ -1,7 +1,7 @@