[imc-sf-coders] CVS update of
sf-active/sf-active/shared/classes/pages (publish.inc)
Bart M
pseudopunk at codecoop.org
Wed Dec 28 06:36:10 PST 2005
Date: Wednesday, December 28, 2005 @ 15:36:10
Author: pseudopunk
Path: /cvsroot/sf-active/sf-active/sf-active/shared/classes/pages
Modified: publish.inc
displaying link to article after publish, making summary strip_tagged & strip_slashes for now
Index: sf-active/sf-active/shared/classes/pages/publish.inc
diff -u sf-active/sf-active/shared/classes/pages/publish.inc:1.71 sf-active/sf-active/shared/classes/pages/publish.inc:1.72
--- sf-active/sf-active/shared/classes/pages/publish.inc:1.71 Tue Aug 23 21:59:18 2005
+++ sf-active/sf-active/shared/classes/pages/publish.inc Wed Dec 28 15:36:10 2005
@@ -260,6 +260,7 @@
$cache_obj = new WebcastDisplay;
$cache_obj->load_from_id($parent_constant);
$cache_obj->build_all_html();
+
$cache_obj->cache_to_disk();
@@ -354,6 +355,7 @@
$this->tkeys['publish_result'] = $validation_result;
$this->tkeys['publish_result'] .= $webcast_obj->get_update_status();
$this->tkeys['publish_result'] .= $cache_obj->get_update_status();
+ $this->tkeys['cache'] = $cache_obj;
// generate comments latest page
if ($comment)
More information about the imc-sf-coders
mailing list