includes/pageprocess.php
changeset 1252 e34c23a35dc9
parent 1227 bdac73ed481e
child 1332 12286b3ee214
--- a/includes/pageprocess.php	Sun May 16 21:35:43 2010 -0400
+++ b/includes/pageprocess.php	Wed Jun 02 21:58:26 2010 -0400
@@ -953,7 +953,7 @@
 		}
 		
 		$sql = 'INSERT INTO ' . table_prefix . "logs ( log_type, action, page_id, namespace, author, author_uid, edit_summary, time_id, page_text, date_string ) VALUES\n"
- 				. "  ( 'page', '$action', '{$this->page_id}', '{$this->namespace}', '$username', $author_uid, '$reason', '$time', '$existing_protection', 'DATE_STRING COLUMN OBSOLETE, USE time_id' );";
+				. "  ( 'page', '$action', '{$this->page_id}', '{$this->namespace}', '$username', {$session->user_id}, '$reason', '$time', '$existing_protection', 'DATE_STRING COLUMN OBSOLETE, USE time_id' );";
 		if ( !$db->sql_query($sql) )
 		{
 			$db->die_json();