Fixing issue 72

This commit is contained in:
Nathan Adams
2014-12-20 20:02:23 -06:00
parent 1f4586ec92
commit f597b1ac25
4 changed files with 8 additions and 8 deletions

View File

@@ -106,7 +106,7 @@ class Pluf_DB_SQLite
function getLastID()
{
$this->debug('* GET LAST ID');
return (int) $this->con_id->lastInsertId();;
return (int) $this->con_id->lastInsertId();
}
/**