diff options
| author | 2017-04-15 21:54:40 +0200 | |
|---|---|---|
| committer | 2017-04-15 21:54:40 +0200 | |
| commit | d14cc25c158af2e713708beef5ce3916150f06dd (patch) | |
| tree | fd5981931d72c64053a2a5a49c878147a8ca10ba /app/Controllers/updateController.php | |
| parent | aa75cebbfe3dd2a6f8d8c9f3dfe72091e8381376 (diff) | |
| parent | 9ce0bca45ff01be50bd254a85b0f51eff429c5da (diff) | |
Merge pull request #1498 from marienfressinaud/fix/zip-update
fix: Fix update via ZIP archive
Diffstat (limited to 'app/Controllers/updateController.php')
| -rw-r--r-- | app/Controllers/updateController.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/Controllers/updateController.php b/app/Controllers/updateController.php index b4e8a0bff..35c7d1124 100644 --- a/app/Controllers/updateController.php +++ b/app/Controllers/updateController.php @@ -190,6 +190,7 @@ class FreshRSS_update_Controller extends Minz_ActionController { if (self::isGit()) { $res = self::gitPull(); } else { + require(UPDATE_FILENAME); if (Minz_Request::isPost()) { save_info_update(); } |
