This commit is contained in:
Abdulrahman
2019-05-08 22:14:28 +03:00
parent f94cb2e1bf
commit 2a2199b8a8
3 changed files with 56 additions and 57 deletions

View File

@@ -593,7 +593,7 @@ function kleeja_unlink($filePath, $cache_file = false)
unlink($file->getPathname());
}
}
return rmdir($dir);
return rmdir($filePath);
}
else
{