diff options
author | Siebrand Mazeland <s.mazeland@xs4all.nl> | 2010-09-28 23:21:09 +0200 |
---|---|---|
committer | Siebrand Mazeland <s.mazeland@xs4all.nl> | 2010-09-28 23:21:09 +0200 |
commit | b03ece26eb1589c5200094f4d87455ca46db780b (patch) | |
tree | eaddfcd2a40f6692a0f04d0077c1ebb7e7b26af0 /classes/Message.php | |
parent | a8d0c04870a665fb1f82dc7b7d451592b151eaa7 (diff) |
* i18n/L10n and translator documentation updates.
* whitespace and indentation updates
Diffstat (limited to 'classes/Message.php')
-rw-r--r-- | classes/Message.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/classes/Message.php b/classes/Message.php index fa0c5b318..353dc01f9 100644 --- a/classes/Message.php +++ b/classes/Message.php @@ -38,7 +38,6 @@ class Message extends Memcached_DataObject } static function saveNew($from, $to, $content, $source) { - $sender = Profile::staticGet('id', $from); if (!$sender->hasRight(Right::NEWMESSAGE)) { |