Dotclear

Changeset 2748


Ignore:
Timestamp:
11/12/10 10:35:06 (13 years ago)
Author:
bruno
Message:

Fixed context stacking bug when using tpl:MyMetadata, new version 0.4.3

Location:
plugins/mymeta/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • plugins/mymeta/trunk/_define.php

    r2730 r2748  
    1717     /* Description*/         "User-defined metadata management in posts", 
    1818     /* Author */             "Bruno Hondelatte", 
    19      /* Version */            '0.4.2', 
     19     /* Version */            '0.4.3', 
    2020     /* Permissions */        'usage,contentadmin', 
    2121     /* Priority */           1001 
  • plugins/mymeta/trunk/_public.php

    r2406 r2748  
    225225          '<?php while ($_ctx->meta->fetch()) : '."\n". 
    226226          '$_ctx->mymeta = $core->mymeta->getByID($_ctx->meta->meta_type); ?>'."\n". 
    227           $content.'<?php endwhile; '. 
    228           '$_ctx->mymeta = null; $_ctx->meta = null; ?>'; 
     227          $content.'<?php $_ctx->mymeta = null; endwhile; '. 
     228          '$_ctx->meta = null; ?>'; 
    229229           
    230230          return sprintf($f,$res); 
Note: See TracChangeset for help on using the changeset viewer.

Sites map