X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=plugins%2FAutocomplete%2Factions%2Fautocomplete.php;fp=plugins%2FAutocomplete%2Factions%2Fautocomplete.php;h=c6676250c043185330c9ce3389dca7ef55249870;hb=37e9366e8812abd9161c17f81908ae1a6f1db078;hp=fce00145732c7065a571384d3460d3f2d5ca91a1;hpb=c656b5a5109635fd4c832f3f46336a13b28f1ee1;p=quix0rs-gnu-social.git diff --git a/plugins/Autocomplete/actions/autocomplete.php b/plugins/Autocomplete/actions/autocomplete.php index fce0014573..c6676250c0 100644 --- a/plugins/Autocomplete/actions/autocomplete.php +++ b/plugins/Autocomplete/actions/autocomplete.php @@ -63,7 +63,7 @@ class AutocompleteAction extends Action { $max=0; foreach($this->profiles as $profile){ - $max = max($max,strtotime($user->modified),strtotime($profile->modified)); + $max = max($max, strtotime($profile->modified)); } foreach($this->groups as $group){ $max = max($max,strtotime($group->modified));