Dotclear


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)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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