Changeset 868

Show
Ignore:
Timestamp:
09/01/08 00:30:34 (3 months ago)
Author:
gsnedders
Message:

plugin:preapproved Fix case of PreApproved. This was broken in r837.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • plugins/preapproved/trunk/preapproved.plugin.php

    r837 r868  
    9494                                'url' => $comment->url, 'status' => Comment::STATUS_APPROVED ) )->count >= Options::get( 'preapproved__approved_count' ) ) { 
    9595                $comment->status = Comment::STATUS_APPROVED; 
    96                 EventLog::log( 'Comment by ' . $comment->name . ' automatically approved.', 'info', 'PreApproved', 'Preapproved' ); 
     96                EventLog::log( 'Comment by ' . $comment->name . ' automatically approved.', 'info', 'PreApproved', 'PreApproved' ); 
    9797            } 
    9898        }