summaryrefslogtreecommitdiffstats
path: root/stats.php
diff options
context:
space:
mode:
authorKarl 'vollmerk' Vollmer <vollmer@ampache.org>2009-03-02 03:53:46 +0000
committerKarl 'vollmerk' Vollmer <vollmer@ampache.org>2009-03-02 03:53:46 +0000
commitd469634f3cd98ad5a42d72c2aff0f1b2a968cf7d (patch)
treeb10cfa6172e66e453cf681bb1f0f8ea46bf98b45 /stats.php
parent181e8dfe223b4b5e7ba0dbabeb7ca5c12a58454c (diff)
downloadampache-d469634f3cd98ad5a42d72c2aff0f1b2a968cf7d.tar.gz
ampache-d469634f3cd98ad5a42d72c2aff0f1b2a968cf7d.tar.bz2
ampache-d469634f3cd98ad5a42d72c2aff0f1b2a968cf7d.zip
make the popular actually show popular
Diffstat (limited to 'stats.php')
-rw-r--r--stats.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/stats.php b/stats.php
index 29f63b6e..a8cf872f 100644
--- a/stats.php
+++ b/stats.php
@@ -50,7 +50,7 @@ switch ($_REQUEST['action']) {
require_once Config::get('prefix') . '/templates/show_newest.inc.php';
break;
case 'popular':
- require_once Config::get('preifx') . '/templates/show_popular.inc.php';
+ require_once Config::get('prefix') . '/templates/show_popular.inc.php';
break;
case 'show':
default: