Dotclear


Ignore:
Timestamp:
01/05/15 16:41:03 (9 years ago)
Author:
brol
Message:

v1.7 cf changelog

File:
1 edited

Legend:

Unmodified
Added
Removed
  • plugins/multiToc/trunk/_public.php

    r3039 r3315  
    119119          $p .= "\$params = array();\n"; 
    120120          $p .= "if (\$_ctx->multitoc_type == 'cat') :\n"; 
    121                $p .= "\$_ctx->multitoc_group = \$core->blog->getCategories();\n"; 
     121               $p .= "\$_ctx->multitoc_group = \$core->blog->getCategories(array('post_type'=>'post'));\n"; 
    122122          $p .= "elseif (\$_ctx->multitoc_type == 'tag') :\n"; 
    123123               $p .= "\$meta = new dcMeta(\$core);\n"; 
     
    465465     } 
    466466} 
    467  
    468 ?> 
Note: See TracChangeset for help on using the changeset viewer.

Sites map