add fixme
authorjeroendedauw <jeroendedauw@gmail.com>
Mon, 16 Apr 2012 14:59:44 +0000 (16:59 +0200)
committerjeroendedauw <jeroendedauw@gmail.com>
Mon, 16 Apr 2012 14:59:44 +0000 (16:59 +0200)
Change-Id: I0890c716baa9b9aa91a6c555ec3468db90db5f12

includes/Content.php

index 4e80716..96c41fb 100644 (file)
@@ -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;
                }