summaryrefslogtreecommitdiffstats
path: root/index.php
diff options
context:
space:
mode:
authorChris Slamar <chris@slamar.org>2011-01-24 19:25:01 -0600
committerChris Slamar <chris@slamar.org>2011-01-24 19:25:01 -0600
commit4910d13fa4623246db810347def57106dd85c9a9 (patch)
tree7b57a3c13f70572cde82bd343967dff33b331ae2 /index.php
parentfc355baf6764ffb87b74002b3a4419a63dab34b1 (diff)
downloadampache-4910d13fa4623246db810347def57106dd85c9a9.tar.gz
ampache-4910d13fa4623246db810347def57106dd85c9a9.tar.bz2
ampache-4910d13fa4623246db810347def57106dd85c9a9.zip
Catalog Filtering Added Bug#60
Diffstat (limited to 'index.php')
-rw-r--r--index.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/index.php b/index.php
index bbdcf727..11fa384a 100644
--- a/index.php
+++ b/index.php
@@ -26,6 +26,9 @@ show_header();
$action = isset($_REQUEST['action']) ? scrub_in($_REQUEST['action']) : null;
+session_start();
+$_SESSION['catalog'] = 0;
+
/**
* Check for the refresh mojo, if it's there then require the
* refresh_javascript include. Must be greater then 5, I'm not