From 757507511a396dae7bccd18d2523ce4efeef62b0 Mon Sep 17 00:00:00 2001 From: conradverm Date: Mon, 17 Mar 2008 14:26:27 +0000 Subject: [PATCH] KTC-433 "Full Path Search Broken - says field not found: Full" Fixed. --- search2/search/fields/FullPathField.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/search2/search/fields/FullPathField.inc.php b/search2/search/fields/FullPathField.inc.php index 2b855e9..515b97b 100644 --- a/search2/search/fields/FullPathField.inc.php +++ b/search2/search/fields/FullPathField.inc.php @@ -43,7 +43,7 @@ class FullPathField extends DBFieldExpr public function __construct() { parent::__construct('full_path', 'documents', _kt('Full Path')); - $this->setAlias('Full Path'); + $this->setAlias('FullPath'); } public function getInputRequirements() -- libgit2 0.21.4