diff --git a/trunk/module/common/control.php b/trunk/module/common/control.php index cc9cf56c27..add3564484 100644 --- a/trunk/module/common/control.php +++ b/trunk/module/common/control.php @@ -368,6 +368,7 @@ EOT; foreach($new as $key => $value) { if(strtolower($key) == 'lastediteddate') continue; + if(strtolower($key) == 'lasteditedby') continue; if($new->$key != $old->$key) { $diff = '';