From bd79732dc37a47345ab30eb7e9b222772bb3f2a4 Mon Sep 17 00:00:00 2001 From: kevin_fourie Date: Wed, 13 Jun 2007 10:58:09 +0000 Subject: [PATCH] KTS-2088 "The " in the name of a Document Type, Transition or State does not reflect in Edit mode" Fixed another file. --- lib/documentmanagement/DocumentFieldLink.inc | 2 ++ 1 file changed, 2 insertions(+), 0 deletions(-) diff --git a/lib/documentmanagement/DocumentFieldLink.inc b/lib/documentmanagement/DocumentFieldLink.inc index e885ddb..86cd522 100644 --- a/lib/documentmanagement/DocumentFieldLink.inc +++ b/lib/documentmanagement/DocumentFieldLink.inc @@ -30,6 +30,8 @@ * Contributor( s): ______________________________________ */ +require_once(KT_LIB_DIR . "/util/sanitize.inc"); + class DocumentFieldLink extends KTEntity { /** document field link primary key */ -- libgit2 0.21.4