diff options
author | Friendika <info@friendika.com> | 2011-08-03 16:29:25 -0700 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-08-03 16:29:25 -0700 |
commit | d0b7723bbcd4e9a4fd5c97370bd1c738fdcdab28 (patch) | |
tree | daa3e3cb9da52030d22fbe1fb3abe52fd0b87ed0 /boot.php | |
parent | e22e823e93756fbfbb175f4f9f182aee64c1f5b1 (diff) | |
download | volse-hubzilla-d0b7723bbcd4e9a4fd5c97370bd1c738fdcdab28.tar.gz volse-hubzilla-d0b7723bbcd4e9a4fd5c97370bd1c738fdcdab28.tar.bz2 volse-hubzilla-d0b7723bbcd4e9a4fd5c97370bd1c738fdcdab28.zip |
re-parent api post item with parent_id and no parent_uri
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.1060' ); +define ( 'FRIENDIKA_VERSION', '2.2.1061' ); define ( 'DFRN_PROTOCOL_VERSION', '2.21' ); define ( 'DB_UPDATE_VERSION', 1076 ); |