X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=Memories%2FPhoto.pm;h=eef30194cba202444604288434fd44cdf8fd1e67;hb=d5e41d4d638ff5f6c5428172dede8ca882e76ccf;hp=e5cb9a0d51cad0d9c73f743ed312bf2f14459868;hpb=f13b769823b6bd8bc9006e12970bec48969cb695;p=memories.git diff --git a/Memories/Photo.pm b/Memories/Photo.pm index e5cb9a0..eef3019 100644 --- a/Memories/Photo.pm +++ b/Memories/Photo.pm @@ -14,7 +14,7 @@ BEGIN { my %order_by = ( recent => "uploaded", popular => "hit_count", - rated => "rating/(1+rated)", + loved => "rating/(1+rated)", interesting => INTERESTINGNESS_ALGORITHM, random => "rand()" );