preserve the source owner when creating a delivery fork so that we can uplink back to them without any ambiguity.

This commit is contained in:
friendica
2013-10-13 18:36:28 -07:00
parent 3c3c13c630
commit ad29d0f9a1
5 changed files with 41 additions and 8 deletions

View File

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