mirror of
https://github.com/Mibew/mibew.git
synced 2025-01-31 05:20:30 +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()
|
||||
{
|
||||
$rows = Database::getInstance()->query(
|
||||
"SELECT * FROM {available_updates}",
|
||||
"SELECT * FROM {available_update}",
|
||||
null,
|
||||
array('return_rows' => Database::RETURN_ALL_ROWS)
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user