public
Description: Git mirror of the CMS Made Simple 2.0 rewrite
Homepage: http://cmsmadesimple.org
Clone URL: git://github.com/tedkulp/cmsmadesimple-2-0.git
Fixed bug where multiple content blocks weren't getting indexed by the 
search system
tedkulp (author)
Wed Jun 18 06:03:18 -0700 2008
commit  a2522b234c946bc312c0d122f00d998f586c3675
tree    903b2f0363259bd652e1d55ebbfb5055d676b48e
parent  5e7f7ab0816b45fdbc4fbaf92287b8b5413222da
...
64
65
66
67
 
68
69
70
...
64
65
66
 
67
68
69
70
0
@@ -64,7 +64,7 @@ class Content extends CmsContentBase
0
       {
0
         $class_name = camelize('block_' . $type);
0
         $class = new $class_name;
0
- $content = $class->get_index_content($this, $block_name, $lang);
0
+ $content .= $class->get_index_content($this, $block_name, $lang);
0
       }
0
       catch (Exception $e)
0
       {

Comments

    No one has commented yet.