Index: branches/5.1.x/core/units/files/files_config.php =================================================================== diff -u -N -r13941 -r13962 --- branches/5.1.x/core/units/files/files_config.php (.../files_config.php) (revision 13941) +++ branches/5.1.x/core/units/files/files_config.php (.../files_config.php) (revision 13962) @@ -1,6 +1,6 @@ 1, 'default' => 1, ), 'CreatedOn' => Array ('type' => 'int', 'formatter' => 'kDateFormatter', 'default' => '#NOW#'), - 'CreatedById' => Array ('type' => 'int', 'not_null' => 1, 'default' => USER_ROOT), + 'CreatedById' => Array ('type' => 'int', 'default' => NULL), 'MimeType' => Array ('type' => 'string', 'max_len' => 255, 'not_null' => 1, 'default' => ''), ),