Dotclear

Changeset 3103


Ignore:
Timestamp:
02/27/12 23:13:47 (11 years ago)
Author:
Moe
Message:

@ Reply 1.7.1 : fixed bug with Contribute (closes #709)

Location:
plugins/atReply
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • plugins/atReply/_define.php

    r3093 r3103  
    3535  /* Description*/  'Easily reply to comments', 
    3636  /* Author */           'Moe (http://gniark.net/) append extension by buns.fr', 
    37   /* Version */               '1.7', 
     37  /* Version */               '1.7.1', 
    3838  /* Permissions */ 'usage,contentadmin' 
    3939); 
  • plugins/atReply/_public.php

    r3093 r3103  
    8686          if ($GLOBALS['_ctx']->posts !== null) 
    8787          { 
    88                $entry_url = $GLOBALS['_ctx']->posts->getURL(); 
     88               if (method_exists($GLOBALS['_ctx']->posts, 'getURL')) 
     89               { 
     90                    $entry_url = $GLOBALS['_ctx']->posts->getURL(); 
     91               } 
    8992          } 
    9093           
Note: See TracChangeset for help on using the changeset viewer.

Sites map