aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
authorFriendika <info@friendika.com>2011-04-03 20:41:40 -0700
committerFriendika <info@friendika.com>2011-04-03 20:41:40 -0700
commit9b50b0e16f2046b91cb4c734c56024524d8b178b (patch)
tree524efc50013a7fd50960adc9092090a2270263ea /boot.php
parentb500da74b675bc3f88e392573d6602f3e7d94e03 (diff)
downloadvolse-hubzilla-9b50b0e16f2046b91cb4c734c56024524d8b178b.tar.gz
volse-hubzilla-9b50b0e16f2046b91cb4c734c56024524d8b178b.tar.bz2
volse-hubzilla-9b50b0e16f2046b91cb4c734c56024524d8b178b.zip
Public exposure warning on affected network group pages. config-able so a plugin can shut it up.
Diffstat (limited to 'boot.php')
-rw-r--r--boot.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/boot.php b/boot.php
index 3dfd06bf1..94699a273 100644
--- a/boot.php
+++ b/boot.php
@@ -2,7 +2,7 @@
set_time_limit(0);
-define ( 'FRIENDIKA_VERSION', '2.1.936' );
+define ( 'FRIENDIKA_VERSION', '2.1.938' );
define ( 'DFRN_PROTOCOL_VERSION', '2.2' );
define ( 'DB_UPDATE_VERSION', 1046 );
@@ -2022,7 +2022,7 @@ function contact_block() {
intval($shown)
);
if(count($r)) {
- $o .= '<h4 class="contact-h4">' . sprintf(tt('%d Contact','%d Contacts', $total),$total) . '</h4><div id="contact-block">';
+ $o .= '<h4 class="contact-h4">' . sprintf( tt('%d Contact','%d Contacts', $total),$total) . '</h4><div id="contact-block">';
foreach($r as $rr) {
$redirect_url = $a->get_baseurl() . '/redir/' . $rr['id'];
if(local_user() && ($rr['uid'] == local_user())