From: Aaron Schulz Date: Thu, 15 Oct 2009 09:55:53 +0000 (+0000) Subject: call static function statically X-Git-Tag: 1.31.0-rc.0~39277 X-Git-Url: http://git.cyclocoop.org/data/Luca_Pacioli_%28Gemaelde%29.jpeg?a=commitdiff_plain;h=89dfbe1587127081e00ffa5a328b879de9178719;p=lhc%2Fweb%2Fwiklou.git call static function statically --- diff --git a/includes/ChangesList.php b/includes/ChangesList.php index 0bbbf5fc15..1126c53ffd 100644 --- a/includes/ChangesList.php +++ b/includes/ChangesList.php @@ -286,7 +286,7 @@ class ChangesList { # Diff link if( $rc->mAttribs['rc_type'] == RC_NEW || $rc->mAttribs['rc_type'] == RC_LOG ) { $diffLink = $this->message['diff']; - } else if( !$this->userCan($rc,Revision::DELETED_TEXT) ) { + } else if( !self::userCan($rc,Revision::DELETED_TEXT) ) { $diffLink = $this->message['diff']; } else { $query = array(