diff options
author | friendica <info@friendica.com> | 2012-04-08 16:19:45 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-04-08 16:19:45 -0700 |
commit | 977625a53b77c4944fc294fa670aae15c068b94b (patch) | |
tree | b6898058a77925062bbcc82afcebb8e870c5d906 /boot.php | |
parent | 5c0446975516f2b52b6cf51618e0b75af56de71b (diff) | |
download | volse-hubzilla-977625a53b77c4944fc294fa670aae15c068b94b.tar.gz volse-hubzilla-977625a53b77c4944fc294fa670aae15c068b94b.tar.bz2 volse-hubzilla-977625a53b77c4944fc294fa670aae15c068b94b.zip |
fix to wall_upload photos default permissions to use cid rather than uid.
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.1305' ); +define ( 'FRIENDICA_VERSION', '2.3.1306' ); define ( 'DFRN_PROTOCOL_VERSION', '2.23' ); define ( 'DB_UPDATE_VERSION', 1137 ); |