From 0edb5e24d490809874aa7896901c9d63e1bd5bda Mon Sep 17 00:00:00 2001 From: jeroendedauw Date: Mon, 16 Apr 2012 16:59:44 +0200 Subject: [PATCH] add fixme Change-Id: I0890c716baa9b9aa91a6c555ec3468db90db5f12 --- includes/Content.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/includes/Content.php b/includes/Content.php index 4e807165bc..96c41fb61c 100644 --- a/includes/Content.php +++ b/includes/Content.php @@ -106,6 +106,10 @@ abstract class Content { return false; } + return false; + // FIXME: something is doing wrong here, causing the compared objects to always be the same. + // Hence returning false for now, so changes can actually be saved... + if ( $that === $this ) { return true; } -- 2.20.1