Changeset 3046 for plugins/atReply/_public.php
- Timestamp:
- 05/29/11 21:13:47 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/atReply/_public.php
r3033 r3046 80 80 $entry_url = ''; 81 81 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) 86 84 { 87 85 $entry_url = $GLOBALS['_ctx']->posts->getURL();
Note: See TracChangeset
for help on using the changeset viewer.