From ceab0fc9e6628008c98a9f437fd824b4343a8e0d Mon Sep 17 00:00:00 2001 From: Fil <fil@rezo.net> Date: Mon, 25 Oct 2004 15:08:38 +0000 Subject: [PATCH] =?UTF-8?q?bug=20=C3=A0=20l'upload=20d'image=20:=20Fatal?= =?UTF-8?q?=20error:=20Call=20to=20undefined=20function:=20spip=5Fabstract?= =?UTF-8?q?=5Finsert()=20in=20/var/shim/diplo/Web/spip=5Fimage.php3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- spip_image.php3 | 1 + 1 file changed, 1 insertion(+) diff --git a/spip_image.php3 b/spip_image.php3 index b0448fc626..a7d230fef0 100644 --- a/spip_image.php3 +++ b/spip_image.php3 @@ -4,6 +4,7 @@ include ("ecrire/inc_version.php3"); include_ecrire("inc_charsets.php3"); include_ecrire("inc_meta.php3"); include_ecrire("inc_admin.php3"); +include_ecrire("inc_abstract_sql.php3"); function copier_document($ext, $orig, $source) { -- GitLab