The info column? What is your call to enter something into the log? Are you putting something in for the $action?
From the
API:
Quote:
log_moderator_action (line 275) Logs the moderation actions that are being performed on the forum
void log_moderator_action (array $loginfo, integer $logtype, [string $action = '']) - array $loginfo: Array of information indicating on what data the action was performed
- integer $logtype: This value corresponds to the action that was being performed
- string $action: Other moderator parameters
|