mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-02-28 05:53:35 +00:00
Fix variable missing $.
This commit is contained in:
parent
e9231ad8a9
commit
f5fe854d9f
@ -41,7 +41,7 @@ else {
|
||||
}
|
||||
}
|
||||
|
||||
if ( !exists ) {
|
||||
if ( !$exists ) {
|
||||
$request->DoResponse( 404, translate("No collection found at that location.") );
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user