diff options
author | Craig Andrews <candrews@integralblue.com> | 2010-08-31 00:03:37 -0400 |
---|---|---|
committer | Craig Andrews <candrews@integralblue.com> | 2010-09-03 17:50:28 -0400 |
commit | 764e0ab962018f41db6549393e98a64a7fe12a04 (patch) | |
tree | 0f4ddf3a3e8f5c47b689bb791111e48d54ba92f9 /lib/implugin.php | |
parent | 80176b0b2c9615b6df319392ee53fbccc1347045 (diff) |
receive_raw_message -> receiveRawMessage
Diffstat (limited to 'lib/implugin.php')
-rw-r--r-- | lib/implugin.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/implugin.php b/lib/implugin.php index 19624095d..8cbf7d33e 100644 --- a/lib/implugin.php +++ b/lib/implugin.php @@ -117,7 +117,7 @@ abstract class ImPlugin extends Plugin * * @return boolean true if processing completed, false for temporary failures */ - abstract function receive_raw_message($data); + abstract function receiveRawMessage($data); /** * get the screenname of the daemon that sends and receives message for this service |