mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:07 +01:00
fix PHP 8.0 Error: Non-static method EGroupware\Api\Db::get_column_attribute() cannot be called statically
This commit is contained in:
parent
6d4de34749
commit
b7ef766ebb
@ -3082,7 +3082,7 @@ class calendar_ical extends calendar_boupdate
|
||||
// check if json_encoded attribute is to big for our table
|
||||
if (($attributes['params'] || count($attributes['values']) > 1) &&
|
||||
strlen($event['##'.$attributes['name']]) >
|
||||
Api\Db::get_column_attribute('cal_extra_value', 'egw_cal_extra', 'calendar', 'precision'))
|
||||
$GLOBALS['egw']->db->get_column_attribute('cal_extra_value', 'egw_cal_extra', 'calendar', 'precision'))
|
||||
{
|
||||
// store content compressed (Outlook/Exchange HTML garbadge is very good compressable)
|
||||
if (function_exists('gzcompress'))
|
||||
|
Loading…
Reference in New Issue
Block a user