Changeset 1580

Show
Ignore:
Timestamp:
04/17/08 12:06:16 (1 month ago)
Author:
misja
Message:

Misja Hoebe <misja@curverider.co.uk> Fixes a typo

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • devel/mod/community/invite.php

    r1579 r1580  
    100100                $x = plugin_hook('community:invite', 'publish', $x); 
    101101                 
    102                 if (empty($u)) { 
     102                if (empty($x)) { 
    103103                    trigger_error("The community:invite callback didn't receive a return value.", E_USER_ERROR); 
    104104                }