Skip to content

Commit e2eb027

Browse files
authored
Merge pull request #33 from fabricat/master
bugfix on syntax warning
2 parents dcb3a98 + 3e08048 commit e2eb027

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

functions/classes/class.phpipamAgent.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -440,7 +440,7 @@ private function print_success ($text) {
440440
*/
441441
public function execute () {
442442
// initialize proper function
443-
$init = initialize_.$this->conn_type;
443+
$init = 'initialize_'.$this->conn_type;
444444
// init
445445
return $this->{$init} ();
446446
}

0 commit comments

Comments
 (0)