From 3096793b340ead9c3683617628f9a5190a5ad11a Mon Sep 17 00:00:00 2001 From: kevin_fourie Date: Tue, 22 Jan 2008 11:03:15 +0000 Subject: [PATCH] Merged in from DEV trunk... --- plugins/ktcore/folder/addDocument.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/ktcore/folder/addDocument.php b/plugins/ktcore/folder/addDocument.php index e714980..964ff82 100644 --- a/plugins/ktcore/folder/addDocument.php +++ b/plugins/ktcore/folder/addDocument.php @@ -281,7 +281,7 @@ class KTFolderAddDocumentAction extends KTFolderAction { ); $aFile = $this->oValidator->validateFile($extra_d['file'], $aErrorOptions); - $sTitle = sanitizeForSQL($extra_d['document_name']); + $sTitle = $extra_d['document_name']; $iFolderId = $this->oFolder->getId(); $aOptions = array( -- libgit2 0.21.4