aboutsummaryrefslogtreecommitdiff
path: root/app/Controllers/feedController.php
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2021-03-23 22:31:48 +0100
committerGravatar GitHub <noreply@github.com> 2021-03-23 22:31:48 +0100
commit90a0028d494405bc20c1409a7810246ebdd1bc75 (patch)
treecb62af77ca99e1fd14bbeb01a864cc331d596fd0 /app/Controllers/feedController.php
parent780e81a8a0ac041ab5fb89915f1a184e9c0bbb21 (diff)
Fix DB lock bug during refresh (MariaDB) (#3559)
#fix https://github.com/FreshRSS/FreshRSS/issues/3552
Diffstat (limited to 'app/Controllers/feedController.php')
-rwxr-xr-xapp/Controllers/feedController.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/app/Controllers/feedController.php b/app/Controllers/feedController.php
index 2e89b5c5e..7daba4822 100755
--- a/app/Controllers/feedController.php
+++ b/app/Controllers/feedController.php
@@ -24,7 +24,6 @@ class FreshRSS_feed_Controller extends Minz_ActionController {
Minz_Error::error(403);
}
}
- $this->updateTTL();
}
/**