Changeset 868
- Timestamp:
- 09/01/08 00:30:34 (3 months ago)
- Files:
-
- 1 modified
-
plugins/preapproved/trunk/preapproved.plugin.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
plugins/preapproved/trunk/preapproved.plugin.php
r837 r868 94 94 'url' => $comment->url, 'status' => Comment::STATUS_APPROVED ) )->count >= Options::get( 'preapproved__approved_count' ) ) { 95 95 $comment->status = Comment::STATUS_APPROVED; 96 EventLog::log( 'Comment by ' . $comment->name . ' automatically approved.', 'info', 'PreApproved', 'Pre approved' );96 EventLog::log( 'Comment by ' . $comment->name . ' automatically approved.', 'info', 'PreApproved', 'PreApproved' ); 97 97 } 98 98 }
