diff options
author | Friendika <info@friendika.com> | 2011-08-05 21:30:12 -0700 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-08-05 21:30:12 -0700 |
commit | aa3a14ec36db5f9df9d0ec27c607a994451fc845 (patch) | |
tree | b3750f61990c60eaf0e9de7c3af95decd7ea7b1d /boot.php | |
parent | 8ae0a8a94c359769662b1907abb518b3f51912aa (diff) | |
download | volse-hubzilla-aa3a14ec36db5f9df9d0ec27c607a994451fc845.tar.gz volse-hubzilla-aa3a14ec36db5f9df9d0ec27c607a994451fc845.tar.bz2 volse-hubzilla-aa3a14ec36db5f9df9d0ec27c607a994451fc845.zip |
bug #117, use realname for screen_name in API if nickname missing
Diffstat (limited to 'boot.php')
-rw-r--r-- | boot.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -7,7 +7,7 @@ require_once('include/text.php'); require_once("include/pgettext.php"); -define ( 'FRIENDIKA_VERSION', '2.2.1062' ); +define ( 'FRIENDIKA_VERSION', '2.2.1063' ); define ( 'DFRN_PROTOCOL_VERSION', '2.21' ); define ( 'DB_UPDATE_VERSION', 1077 ); |