mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-02-26 05:33:40 +00:00
One last variable referenced with the old name.
This commit is contained in:
parent
40579515ee
commit
c333daad88
@ -37,7 +37,7 @@ else {
|
||||
/**
|
||||
* Before we write the event, we check the container exists, creating it if it doesn't
|
||||
*/
|
||||
if ( $request_container == "/$path_username/" ) {
|
||||
if ( $request_container == "/$request->username/" ) {
|
||||
dbg_error_log( "WARN", " Storing events directly in user's base folders is not recommended!");
|
||||
}
|
||||
else {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user