Dotclear

Changeset 3046


Ignore:
Timestamp:
05/29/11 21:13:47 (12 years ago)
Author:
Moe
Message:

@ Reply 1.6.3 : fixed bug with full URLs (closes #196) (thanks to brol)

Location:
plugins/atReply
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • plugins/atReply/_define.php

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

    r3033 r3046  
    8080          $entry_url = ''; 
    8181           
    82           # simple and effective test on entry, from dcTemplate::SysIf()) 
    83           if (($GLOBALS['_ctx']->posts !== null) 
    84                # avoid errors with Contribute 
    85                && (method_exists($GLOBALS['_ctx']->posts,'getURL'))) 
     82          # simple and efficient test on entry, from dcTemplate::SysIf()) 
     83          if ($GLOBALS['_ctx']->posts !== null) 
    8684          { 
    8785               $entry_url = $GLOBALS['_ctx']->posts->getURL(); 
Note: See TracChangeset for help on using the changeset viewer.

Sites map