site/pages/modules/groups.php
Posted
#5679
(In Topic #1168)
It looks like a fix may be available. Would it be safe to drop the latest groups.php into either modules or modules_custom ?
Same for sources/activities_submission.php where I supressed an error with ..
function log_newest_activity($id, $timeout = 1000, $force = false)
{
$file_path = get_custom_file_base() . '/data_custom/latest_activity.txt';
$old_id = @file_get_contents($file_path); <-----
Would the newer versions in GitLab be okay to drop into place, or would that blow something up
T
Posted
Always overwrite the originals if it is an official fix.
0 guests and 0 members have recently viewed this.