1
0
Fork 0

allow posted ACLs to be comma-delimited string besides the default array

This commit is contained in:
friendica 2012-11-11 13:56:21 -08:00
commit 009744af50
3 changed files with 49 additions and 42 deletions

View file

@ -11,7 +11,7 @@ require_once('include/cache.php');
require_once('library/Mobile_Detect/Mobile_Detect.php');
define ( 'FRIENDICA_PLATFORM', 'Friendica');
define ( 'FRIENDICA_VERSION', '3.0.1523' );
define ( 'FRIENDICA_VERSION', '3.0.1524' );
define ( 'DFRN_PROTOCOL_VERSION', '2.23' );
define ( 'DB_UPDATE_VERSION', 1156 );