Browse Source

fix syntax typo

pull/8/head
d47081 2 years ago
parent
commit
6e4376a0f4
  1. 2
      library/sqlite.php

2
library/sqlite.php

@ -2,7 +2,7 @@ @@ -2,7 +2,7 @@
class SQLite {
private _$db;
private $_db;
public function __construct($database, $username, $password) {

Loading…
Cancel
Save