diff options
| author | 2017-04-10 19:46:22 +0200 | |
|---|---|---|
| committer | 2017-04-10 19:46:22 +0200 | |
| commit | 510045b3c554261a0a6434bfe73adac32b12cc81 (patch) | |
| tree | cc0907d84ec5ad72baed8e0fb6fe7d81176bbb3c /app/Controllers/userController.php | |
| parent | 8854f230866f458382f6dc207f706220e9c32351 (diff) | |
| parent | e849de7296efbece490447cdceeed9726f10b33c (diff) | |
Merge branch 'FreshRSS/dev' into multiuser-token
Diffstat (limited to 'app/Controllers/userController.php')
| -rw-r--r-- | app/Controllers/userController.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/Controllers/userController.php b/app/Controllers/userController.php index ee575fa09..ed30eb69f 100644 --- a/app/Controllers/userController.php +++ b/app/Controllers/userController.php @@ -217,6 +217,7 @@ class FreshRSS_user_Controller extends Minz_ActionController { $userDAO = new FreshRSS_UserDAO(); $ok &= $userDAO->deleteUser($username); $ok &= recursive_unlink($user_data); + array_map('unlink', glob(PSHB_PATH . '/feeds/*/' . $username . '.txt')); } return $ok; } |
