mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-03-13 15:48:17 +01:00
fix PHP Error: Access to undeclared static property Egroupware\Api\Link\Storage::$table_name
This commit is contained in:
parent
b3a2e84d49
commit
1b1e039320
@ -159,7 +159,7 @@ class Storage
|
||||
else // can't do a count, have to run the query without limit
|
||||
{
|
||||
self::$row_count = self::$db->select(
|
||||
self::$table_name, '*', $query, __LINE__, __FILE__, false, $order ? " ORDER BY $order" : '', false, 0
|
||||
self::TABLE, '*', $query, __LINE__, __FILE__, false, $order ? " ORDER BY $order" : '', false, 0
|
||||
)->NumRows();
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user