Changeset 3046
- Timestamp:
- 05/29/11 21:13:47 (12 years ago)
- Location:
- plugins/atReply
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/atReply/_define.php
r3033 r3046 32 32 /* Description*/ 'Easily reply to comments', 33 33 /* Author */ 'Moe (http://gniark.net/) append extension by buns.fr', 34 /* Version */ '1.6. 2',34 /* Version */ '1.6.3', 35 35 /* Permissions */ 'usage,contentadmin' 36 36 ); -
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.