-
Notifications
You must be signed in to change notification settings - Fork 192
Open
@Cleonet
Description
I have to replace line 274 :
@unlink($this->cacheDir.'/urlMap.cache');
by
if (file_exists($this->cacheDir.'/urlMap.cache')) {
unlink($this->cacheDir.'/urlMap.cache');
}
Thank you
Metadata
Metadata
Assignees
Labels
No labels