Merge remote-tracking branch 'calcms/master'
295faealib/calcms/startup.pl: get include path from startup.pl directorybd869a5install/migrate.sql: remove paths from image entriesb01dd91fixup! audio-recordings.cgi: set permissions to update event220f9c9apache2-sites/calcms.conf: add /images976355efixup! create.sql, migrate.sql: limit username length to 100
This commit is contained in:
@@ -150,7 +150,9 @@ sub uploadRecording {
|
||||
}
|
||||
|
||||
if ( $params->{error} ne '' ) {
|
||||
$config->{access}->{write} = 1;
|
||||
events::set_upload_status($config, {event_id=>$params->{event_id}, upload_status=>'upload failed' });
|
||||
$config->{access}->{write} = 0;
|
||||
if ( $params->{error} =~ /limit/ ) {
|
||||
$params->{error} .=
|
||||
"audio file size is limited to "
|
||||
|
||||
Reference in New Issue
Block a user