Changeset 1580
- Timestamp:
- 04/17/08 12:06:16 (3 months ago)
- Files:
-
- devel/mod/community/invite.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
devel/mod/community/invite.php
r1579 r1580 100 100 $x = plugin_hook('community:invite', 'publish', $x); 101 101 102 if (empty($ u)) {102 if (empty($x)) { 103 103 trigger_error("The community:invite callback didn't receive a return value.", E_USER_ERROR); 104 104 }
