Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
domainepublic
alternc
Commits
9fe51644
Unverified
Commit
9fe51644
authored
Mar 09, 2021
by
Km
Committed by
GitHub
Mar 09, 2021
Browse files
Merge pull request #447 from Koumbit/api_fix_bootstrap
API: instantiate m_message for logging
parents
3c83f339
a4486fcf
Changes
1
Hide whitespace changes
Inline
Side-by-side
api/panel/bootstrap.php
View file @
9fe51644
...
...
@@ -72,6 +72,7 @@ $mem=new m_mem();
$err
=
new
m_err
();
$authip
=
new
m_authip
();
$hooks
=
new
m_hooks
();
$msg
=
new
m_messages
();
for
(
$i
=
0
;
$i
<
count
(
$classes
);
$i
++
)
{
...
...
Write
Preview
Markdown
is supported
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