Index: openacs-4/packages/content-includelet/tcl/apm-callback-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/content-includelet/tcl/apm-callback-procs.tcl,v diff -u -r1.1 -r1.2 --- openacs-4/packages/content-includelet/tcl/apm-callback-procs.tcl 11 Jul 2008 16:38:55 -0000 1.1 +++ openacs-4/packages/content-includelet/tcl/apm-callback-procs.tcl 30 Jul 2008 11:49:37 -0000 1.2 @@ -16,6 +16,7 @@ } { db_transaction { + # Need our own content type for search callbacks content::type::new \ -content_type content_includelet_revision \ @@ -30,9 +31,9 @@ -description "Displays the content includelet" \ -title "Content Includelet" \ -application content-includelet \ - -owner content-includelet \ - -template content-includelet \ - -constructor content_includelet_utilities::configure_content_id + -template /packages/content-includelet/lib/content-includelet \ + -initializer content_includelet_utilities::configure_content_id + } }