Skip to content

Commit 8a179a9

Browse files
authored
Merge pull request joomla#61 from photodude/patch-6
use object oriented style property
2 parents fe646a5 + 75a668d commit 8a179a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Mysqli/MysqliDriver.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -526,7 +526,7 @@ public function getVersion()
526526
{
527527
$this->connect();
528528

529-
return $this->connection->get_server_info();
529+
return $this->connection->server_info;
530530
}
531531

532532
/**

0 commit comments

Comments
 (0)