Skip to content

Commit

Permalink
fix: typo in class name
Browse files Browse the repository at this point in the history
ModuleItem is the table name; should have checked for Module class.
  • Loading branch information
isc-tleavitt committed Mar 19, 2024
1 parent fb2b2ba commit c9073be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cls/IPM/Main.cls
Original file line number Diff line number Diff line change
Expand Up @@ -941,7 +941,7 @@ ClassMethod GetListModules(pNamespace As %String = {$Namespace}, pSearch As %Str
Quit
}
}
If '$$$comClassDefined("%IPM.Storage.ModuleItem") {
If '$$$comClassDefined("%IPM.Storage.Module") {
// Don't error in namespaces without IPM enabled
Quit
}
Expand Down

0 comments on commit c9073be

Please sign in to comment.