mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-01-06 06:01:21 +00:00
Various code cleanup.
This commit is contained in:
@@ -171,10 +171,7 @@ class Preferences
|
||||
if (\is_array($lastActivity)) {
|
||||
$lastActivity = implode(',', $lastActivity);
|
||||
}
|
||||
$hash = md5($lastActivity);
|
||||
//Log::debug(sprintf('Value of last activity is %s, hash is %s', $lastActivity, $hash));
|
||||
|
||||
return $hash;
|
||||
return md5($lastActivity);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user