diff options
author | Friendika <info@friendika.com> | 2011-10-07 15:49:41 -0700 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-10-07 15:49:41 -0700 |
commit | 1d05c564d498866a8d653e6940f3e79ab2e4cb8e (patch) | |
tree | 6ffe2ae0964f5c1ef67b85b0f5156864ead63cb3 /boot.php | |
parent | 72af2d610b945cc2b11fb2f1073ee77c1e34147a (diff) | |
download | volse-hubzilla-1d05c564d498866a8d653e6940f3e79ab2e4cb8e.tar.gz volse-hubzilla-1d05c564d498866a8d653e6940f3e79ab2e4cb8e.tar.bz2 volse-hubzilla-1d05c564d498866a8d653e6940f3e79ab2e4cb8e.zip |
missing arg to diaspora_transmit from share/unshare
Diffstat (limited to 'boot.php')
-rw-r--r-- | boot.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -8,7 +8,7 @@ require_once("include/pgettext.php"); require_once('include/nav.php'); define ( 'FRIENDIKA_PLATFORM', 'Free Friendika'); -define ( 'FRIENDIKA_VERSION', '2.3.1126' ); +define ( 'FRIENDIKA_VERSION', '2.3.1127' ); define ( 'DFRN_PROTOCOL_VERSION', '2.21' ); define ( 'DB_UPDATE_VERSION', 1094 ); |