From: Niklas Laxström Date: Thu, 1 Nov 2007 09:39:35 +0000 (+0000) Subject: * Fixed E_NOTICE.. X-Git-Tag: 1.31.0-rc.0~51030 X-Git-Url: http://git.cyclocoop.org/%22.%24image2.%22?a=commitdiff_plain;h=3bc2a2edee5b9fbe679911ec7ab160f6b667ac99;p=lhc%2Fweb%2Fwiklou.git * Fixed E_NOTICE.. --- diff --git a/includes/EditPage.php b/includes/EditPage.php index e25cca8a78..dc8449d487 100644 --- a/includes/EditPage.php +++ b/includes/EditPage.php @@ -2114,7 +2114,7 @@ END $resultDetails = false; $value = $this->internalAttemptSave( $resultDetails ); - if( $value == AS_SUCCESS_UPDATE || $value = AS_SUCCESS_NEW_ARTICLE ) { + if( $value == self::AS_SUCCESS_UPDATE || $value = self::AS_SUCCESS_NEW_ARTICLE ) { $this->didSave = true; }