diff options
author | friendica <info@friendica.com> | 2012-01-15 13:57:00 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-01-15 13:57:00 -0800 |
commit | e12341b71654d26aa17101229176d5aa8b67a001 (patch) | |
tree | 7749896d0b002caddfdb7bf54d91cba59fe117f9 /boot.php | |
parent | a1dc3185be63f174b53692e6a79492717c561c76 (diff) | |
download | volse-hubzilla-e12341b71654d26aa17101229176d5aa8b67a001.tar.gz volse-hubzilla-e12341b71654d26aa17101229176d5aa8b67a001.tar.bz2 volse-hubzilla-e12341b71654d26aa17101229176d5aa8b67a001.zip |
api post broken with recent change to use REQUEST vars in mod_item
Diffstat (limited to 'boot.php')
-rw-r--r-- | boot.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -9,7 +9,7 @@ require_once('include/nav.php'); require_once('include/cache.php'); define ( 'FRIENDICA_PLATFORM', 'Friendica'); -define ( 'FRIENDICA_VERSION', '2.3.1224' ); +define ( 'FRIENDICA_VERSION', '2.3.1227' ); define ( 'DFRN_PROTOCOL_VERSION', '2.22' ); define ( 'DB_UPDATE_VERSION', 1115 ); |