From 7f3669335313adf9108119df4186a51a5f94e292 Mon Sep 17 00:00:00 2001 From: Paul 'flowerysong' Arthur Date: Thu, 10 Jun 2010 05:33:57 +0000 Subject: Change Browse from static to instantiable. Among other things, fixes FS#13; probably also breaks things. Most things appear to still work, but I may have missed some cases. --- templates/show_manage_catalogs.inc.php | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'templates/show_manage_catalogs.inc.php') diff --git a/templates/show_manage_catalogs.inc.php b/templates/show_manage_catalogs.inc.php index 8ea5f460..86d32f32 100644 --- a/templates/show_manage_catalogs.inc.php +++ b/templates/show_manage_catalogs.inc.php @@ -48,9 +48,12 @@ set_type('catalog'); + $browse->set_static_content(true); + $browse->save_objects($catalog_ids); + $browse->show_objects($catalog_ids); + $browse->store(); ?> -- cgit