From dab163ea28d5202b2fe69e18289c1ca8146009c5 Mon Sep 17 00:00:00 2001 From: Sam Gamgee Date: Wed, 15 Jul 2020 01:29:08 +1000 Subject: [PATCH] installer fix --- Installer.cls | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Installer.cls b/Installer.cls index 6daff0c..b09e8ef 100644 --- a/Installer.cls +++ b/Installer.cls @@ -35,9 +35,9 @@ ClassMethod DefaultNS(pVars, pLogLevel, tInstaller) As %Status ClassMethod BuildIndex() As %Status { Zn "PYTHON" - Set tSC = ##class(Community.Post).%BuildIndices() - Set tSC = ##class(Community.Tag).%BuildIndices() - Set tSC = ##class(Community.Comment).%BuildIndices() + Set tSC = ##class(community.post).%BuildIndices() + Set tSC = ##class(community.tag).%BuildIndices() + Set tSC = ##class(community.comment).%BuildIndices() Quit tSC }