mirror of
https://github.com/kleeja-official/kleeja.git
synced 2026-06-19 21:40:39 +02:00
fixes
This commit is contained in:
@@ -593,7 +593,7 @@ function kleeja_unlink($filePath, $cache_file = false)
|
||||
unlink($file->getPathname());
|
||||
}
|
||||
}
|
||||
return rmdir($dir);
|
||||
return rmdir($filePath);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user