allow objects to have permissions

This commit is contained in:
friendica
2013-12-28 16:05:03 -08:00
parent 1d0fddd39c
commit aacd3164fa
3 changed files with 16 additions and 2 deletions

View File

@@ -46,7 +46,7 @@ define ( 'RED_PLATFORM', 'Red Matrix' );
define ( 'RED_VERSION', trim(file_get_contents('version.inc')) . 'R');
define ( 'ZOT_REVISION', 1 );
define ( 'DB_UPDATE_VERSION', 1088 );
define ( 'DB_UPDATE_VERSION', 1089 );
define ( 'EOL', '<br />' . "\r\n" );
define ( 'ATOM_TIME', 'Y-m-d\TH:i:s\Z' );