diff options
author | friendica <info@friendica.com> | 2012-05-19 16:42:24 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-05-19 16:42:24 -0700 |
commit | dd86f40f9608afe7b58784530bd2cf117397c59b (patch) | |
tree | ce572c3a7ca5d99b77a428fd162dc3f7633dde87 /boot.php | |
parent | 513ef2410d9b892c8ebcb7ceac96b97023c3b5a5 (diff) | |
download | volse-hubzilla-dd86f40f9608afe7b58784530bd2cf117397c59b.tar.gz volse-hubzilla-dd86f40f9608afe7b58784530bd2cf117397c59b.tar.bz2 volse-hubzilla-dd86f40f9608afe7b58784530bd2cf117397c59b.zip |
set comment permissions explicitly to parent permissions
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', '3.0.1346' ); +define ( 'FRIENDICA_VERSION', '3.0.1347' ); define ( 'DFRN_PROTOCOL_VERSION', '2.23' ); define ( 'DB_UPDATE_VERSION', 1144 ); |