1
0
Fork 0
mirror of https://github.com/RaspbianFrance/raspisms.git synced 2025-08-23 04:20:10 +02:00

Merge pull request from flavaud/patch-1

Update DataBase.php
This commit is contained in:
RaspbianFrance 2015-04-27 17:03:04 +02:00
commit 703c6b22cb

View file

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