From 518671cff137c67a449a3fdecde5a03fc555e817 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Laurent=20L=C3=A9cluse?= <laurent.lecluse@unicaen.fr> Date: Tue, 2 Jul 2019 17:06:13 +0200 Subject: [PATCH] Petite correction de bug... --- admin/migration/8.1.3-post.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin/migration/8.1.3-post.php b/admin/migration/8.1.3-post.php index c627a63b11..4b145d0427 100644 --- a/admin/migration/8.1.3-post.php +++ b/admin/migration/8.1.3-post.php @@ -1,3 +1,3 @@ <?php -$oa->run('clear-cache'); \ No newline at end of file +$this->run('clear-cache'); \ No newline at end of file -- GitLab