From 75e53f2f52e35027ee4b78b3e47e2d5d9bd96c7b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mike=20Schw=C3=B6rer?= Date: Sat, 28 Dec 2019 15:48:30 +0100 Subject: [PATCH] only updateCache in egh_redraw --- www/ajax/egh_redraw.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/ajax/egh_redraw.php b/www/ajax/egh_redraw.php index f46193c..fb7b621 100644 --- a/www/ajax/egh_redraw.php +++ b/www/ajax/egh_redraw.php @@ -7,5 +7,5 @@ require_once (__DIR__ . '/../internals/mikeschergitgraph.php'); set_time_limit(900); // 15min $v = MikescherGitGraph::create(); -$v->update(); +$v->updateCache();