Dotclear

Changeset 3049


Ignore:
Timestamp:
05/30/11 20:53:32 (12 years ago)
Author:
Moe
Message:

@ Reply 1.6.4:

  • fixed bug with wiki_syntax setting, it was saved in a wrong namespace (closes #670)
  • added _install.php file to remove the bad settings
Location:
plugins/atReply
Files:
1 added
3 edited

Legend:

Unmodified
Added
Removed
  • plugins/atReply/_define.php

    r3046 r3049  
    3232  /* Description*/  'Easily reply to comments', 
    3333  /* Author */           'Moe (http://gniark.net/) append extension by buns.fr', 
    34   /* Version */               '1.6.3', 
     34  /* Version */               '1.6.4', 
    3535  /* Permissions */ 'usage,contentadmin' 
    3636); 
  • plugins/atReply/_public.php

    r3046 r3049  
    3131$core->addBehavior('templateAfterValue',array('AtReplyTpl','templateAfterValue')); 
    3232 
    33 $core->blog->settings->addNamespace('atreply'); 
     33$core->blog->settings->addNameSpace('atreply'); 
    3434 
    3535if ($core->blog->settings->atreply->atreply_active) 
  • plugins/atReply/index.php

    r3033 r3049  
    3737} 
    3838 
    39 $core->blog->settings->addNameSpace('atReply'); 
     39$core->blog->settings->addNameSpace('atreply'); 
    4040 
    4141$settings =& $core->blog->settings->atreply; 
     
    5454          { 
    5555               # from commentsWikibar/index.php 
    56                $settings->put('wiki_comments',true,'boolean'); 
     56               $core->blog->settings->system->put('wiki_comments',true,'boolean'); 
    5757          } 
    5858           
Note: See TracChangeset for help on using the changeset viewer.

Sites map