mirror of
https://github.com/FreshRSS/FreshRSS.git
synced 2026-05-03 20:53:23 -04:00
fix: Fix update via ZIP archive
Code from the update server was not loaded anymore before the update process. This commit brings back missing `require`.
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user