Merge pull request #1 from flavaud/patch-1

Update DataBase.php
This commit is contained in:
RaspbianFrance 2015-04-27 17:03:04 +02:00
commit b5c4cfbb81
1 changed files with 1 additions and 1 deletions

View File

@ -272,7 +272,7 @@
'name' => $name
);
return $this->runQuery($query, $params, SELF::FETCH);
return $this->runQuery($query, $params, self::FETCH);
}
/**