Skip to content

Commit

Permalink
Merge pull request joomla#61 from photodude/patch-6
Browse files Browse the repository at this point in the history
use object oriented style property
  • Loading branch information
mbabker authored Nov 19, 2016
2 parents fe646a5 + 75a668d commit 8a179a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Mysqli/MysqliDriver.php
Original file line number Diff line number Diff line change
Expand Up @@ -526,7 +526,7 @@ public function getVersion()
{
$this->connect();

return $this->connection->get_server_info();
return $this->connection->server_info;
}

/**
Expand Down

0 comments on commit 8a179a9

Please sign in to comment.