Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
awit-frameworks
awit-perl-toolkit
Commits
8982f23b
Commit
8982f23b
authored
Sep 18, 2017
by
Nigel Kukard
Browse files
Save $config in DataObj
parent
f9eaed8d
Changes
1
Hide whitespace changes
Inline
Side-by-side
lib/AWITPT/DataObj.pm
View file @
8982f23b
...
...
@@ -1381,6 +1381,9 @@ sub _init
# Reset our internal list of properties, used for cloning
$self
->
{'
_internal_properties
'}
=
{};
# Save a copy of our config
$self
->
{'
_config
'}
=
$config
;
# If we still have params, load them
if
(
@params
)
{
$self
->
loadHash
(
@params
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment