From: jeroendedauw Date: Mon, 16 Apr 2012 14:59:44 +0000 (+0200) Subject: add fixme X-Git-Tag: 1.31.0-rc.0~22097^2^2~247^2^2~2 X-Git-Url: http://git.cyclocoop.org/%24href?a=commitdiff_plain;h=0edb5e24d490809874aa7896901c9d63e1bd5bda;p=lhc%2Fweb%2Fwiklou.git add fixme Change-Id: I0890c716baa9b9aa91a6c555ec3468db90db5f12 --- 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; }