fix typo Error
This commit is contained in:
parent
b6be25f786
commit
0dc8c4c71a
|
@ -108,7 +108,7 @@ class DB_Sql {
|
||||||
}
|
}
|
||||||
|
|
||||||
function last_error() {
|
function last_error() {
|
||||||
return $this->error;
|
return $this->Error;
|
||||||
}
|
}
|
||||||
/**
|
/**
|
||||||
* Perform a query
|
* Perform a query
|
||||||
|
|
Loading…
Reference in New Issue