mirror of
https://github.com/Mibew/mibew.git
synced 2025-05-12 06:43:08 +03:00
Fix name of "available_update" table
This commit is contained in:
parent
577c2be622
commit
e9d41c4869
@ -140,7 +140,7 @@ class AvailableUpdate
|
|||||||
public static function all()
|
public static function all()
|
||||||
{
|
{
|
||||||
$rows = Database::getInstance()->query(
|
$rows = Database::getInstance()->query(
|
||||||
"SELECT * FROM {available_updates}",
|
"SELECT * FROM {available_update}",
|
||||||
null,
|
null,
|
||||||
array('return_rows' => Database::RETURN_ALL_ROWS)
|
array('return_rows' => Database::RETURN_ALL_ROWS)
|
||||||
);
|
);
|
||||||
|
Loading…
Reference in New Issue
Block a user