summaryrefslogtreecommitdiffstats
path: root/admin
diff options
context:
space:
mode:
authorKarl 'vollmerk' Vollmer <vollmer@ampache.org>2007-12-31 04:08:35 +0000
committerKarl 'vollmerk' Vollmer <vollmer@ampache.org>2007-12-31 04:08:35 +0000
commit65bc8762b1dbcfd267555d11fc933418168110d5 (patch)
treece451b79d7a0cf0060e81d423aa7fbe56c40bcc8 /admin
parent748e50ade1b0c7034eddaadbe2285e5bf3a20fc6 (diff)
downloadampache-65bc8762b1dbcfd267555d11fc933418168110d5.tar.gz
ampache-65bc8762b1dbcfd267555d11fc933418168110d5.tar.bz2
ampache-65bc8762b1dbcfd267555d11fc933418168110d5.zip
fixed flag management interface, and potentially fixed an issue with use_auth=false
Diffstat (limited to 'admin')
-rw-r--r--admin/flag.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/admin/flag.php b/admin/flag.php
index e281dd6e..bc5d9474 100644
--- a/admin/flag.php
+++ b/admin/flag.php
@@ -295,6 +295,7 @@ switch ($_REQUEST['action']) {
case 'show_flagged':
$flagged = Flag::get_all();
Browse::set_type('flagged');
+ Browse::set_static_content(1);
Browse::save_objects($flagged);
Browse::show_objects($flagged);
break;