Remove @static from all over the place. That's what the static keyword is for, this...
authorChad Horohoe <demon@users.mediawiki.org>
Thu, 21 Apr 2011 00:07:09 +0000 (00:07 +0000)
committerChad Horohoe <demon@users.mediawiki.org>
Thu, 21 Apr 2011 00:07:09 +0000 (00:07 +0000)
commit783d4e086228c4699efca02b29914aa72013ebf8
tree519a5ea49651688134e3aa2f72e817c0d962361a
parent61347cecbe8cbe44803017d8c9aaae793c9bd43f
Remove @static from all over the place. That's what the static keyword is for, this being PHP5 and all
22 files changed:
includes/ChangesList.php
includes/Collation.php
includes/Linker.php
includes/MagicWord.php
includes/RecentChange.php
includes/api/ApiDelete.php
includes/api/ApiMain.php
includes/api/ApiQueryImageInfo.php
includes/api/ApiQueryLogEvents.php
includes/api/ApiQueryRecentChanges.php
includes/api/ApiQueryRevisions.php
includes/api/ApiQueryUsers.php
includes/db/DatabasePostgres.php
includes/filerepo/ForeignAPIFile.php
includes/filerepo/LocalRepo.php
includes/filerepo/OldLocalFile.php
includes/installer/DatabaseUpdater.php
includes/parser/CoreLinkFunctions.php
includes/parser/CoreParserFunctions.php
includes/parser/CoreTagHooks.php
includes/parser/Parser.php
includes/revisiondelete/RevisionDeleter.php