Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Øistein Kjos
phpipam-agent
Commits
e2eb0275
Unverified
Commit
e2eb0275
authored
Jan 13, 2018
by
Miha Petkovsek
Committed by
GitHub
Jan 13, 2018
Browse files
Merge pull request #33 from fabricat/master
bugfix on syntax warning
parents
dcb3a98d
3e08048c
Changes
1
Hide whitespace changes
Inline
Side-by-side
functions/classes/class.phpipamAgent.php
View file @
e2eb0275
...
...
@@ -440,7 +440,7 @@ class phpipamAgent extends Common_functions {
*/
public
function
execute
()
{
// initialize proper function
$init
=
initialize_
.
$this
->
conn_type
;
$init
=
'
initialize_
'
.
$this
->
conn_type
;
// init
return
$this
->
{
$init
}
();
}
...
...
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