Changeset 2459 for plugins/atReply/_public.php
- Timestamp:
- 07/08/10 12:27:47 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/atReply/_public.php
r2356 r2459 76 76 77 77 $entry_url = ''; 78 # simple and useful test on entry, from dcTemplate::SysIf()) 79 if ($GLOBALS['_ctx']->posts !== null) 78 # simple and effective test on entry, from dcTemplate::SysIf()) 79 if (($GLOBALS['_ctx']->posts !== null) 80 # avoid errors with Contribute 81 && (method_exists($GLOBALS['_ctx']->posts,'getURL'))) 80 82 { 81 83 $entry_url = $GLOBALS['_ctx']->posts->getURL();
Note: See TracChangeset
for help on using the changeset viewer.