]> git.decadent.org.uk Git - memories.git/blobdiff - Memories/Photo.pm
It's a bit of a hack but we blatantly can't call it "rated". Closes #11, anyhow.
[memories.git] / Memories / Photo.pm
index e5cb9a0d51cad0d9c73f743ed312bf2f14459868..eef30194cba202444604288434fd44cdf8fd1e67 100644 (file)
@@ -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()"
 );