stable

Clone or download

Read-only

request #13078: Remove usages of double underscores methods and functions

Those functions and methods are reversed by PHP [0], the codebase should use them. Remaining usages are imposed by Restler. [0] https://secure.php.net/manual/en/language.oop5.magic.php Change-Id: Ic5520d8fc2bf1fe07dfff3294b83257ed4d1cc84

Modified Files

Name
M plugins/agiledashboard/tests/include/MilestoneFactoryTest.php +3 −2 Go to diff View file
M plugins/docman/include/view/Docman_View_ReportSettings.class.php +2 −2 Go to diff View file
M src/common/wiki/phpwiki/lib/RSSWriter091.php +4 −4 Go to diff View file
M src/common/wiki/phpwiki/lib/RssWriter.php +17 −17 Go to diff View file
M src/common/wiki/phpwiki/lib/RssWriter2.php +2 −2 Go to diff View file
M src/common/wiki/phpwiki/lib/WikiDB.php +1 −1 Go to diff View file
M src/common/wiki/phpwiki/lib/WikiGroup.php +7 −7 Go to diff View file
M src/common/wiki/phpwiki/lib/diff3.php +3 −2 Go to diff View file
M src/common/wiki/phpwiki/lib/plugin/Calendar.php +6 −6 Go to diff View file
M src/common/wiki/phpwiki/lib/stdlib.php +7 −7 Go to diff View file