diff options
author | Zach Copley <zach@controlyourself.ca> | 2008-12-12 02:56:17 -0500 |
---|---|---|
committer | Zach Copley <zach@controlyourself.ca> | 2008-12-12 02:56:17 -0500 |
commit | 3e70bfa28713bc4562c2e615fddfd5310d22fc33 (patch) | |
tree | 443eb563612ad6c75ef7916fee6b66f397f7ec8c /lib/common.php | |
parent | 2dc27116cea8a28633d9fdd2d21a7be2e3a9c77f (diff) |
Fixed Popular tab (hopefully)
darcs-hash:20081212075617-7b5ce-c56db92d928c58eaa3fed7e4f226e0fca62e2bbf.gz
Diffstat (limited to 'lib/common.php')
-rw-r--r-- | lib/common.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/common.php b/lib/common.php index f727a1cc1..b8ecbe151 100644 --- a/lib/common.php +++ b/lib/common.php @@ -116,6 +116,8 @@ $config = 'port' => 3312), 'tag' => array('dropoff' => 864000.0), + 'popular' => + array('dropoff' => 864000.0), 'daemon' => array('piddir' => '/var/run', 'user' => false, |