--- DBRow/Audited.php.old	2008-07-21 15:16:12.000000000 +0100
+++ DBRow/Audited.php	2008-07-21 15:17:15.000000000 +0100
@@ -83,6 +83,8 @@
 	{
 		if ($this->skip_audit) return;
 		
+		if (!isset($this->db->phpof2_auditor)) return;
+		
 		$changes = $this->getChanges();
 		
 		if ($this->audit_owner === null) {
