Per code review: call allowPropChange() directly, and only reference the deprecated...
authorChad Horohoe <demon@users.mediawiki.org>
Thu, 11 Jun 2009 23:35:34 +0000 (23:35 +0000)
committerChad Horohoe <demon@users.mediawiki.org>
Thu, 11 Jun 2009 23:35:34 +0000 (23:35 +0000)
commit9a97ba7bd0970077084722287f50542182cde4ce
treec038f62e3ce7671a03d5b2d0e71ac8a81a40d69f
parent1661a8e3b2289e62b3017562c66707f801e0feb9
Per code review: call allowPropChange() directly, and only reference the deprecated methods if they're available, this way if someone _has_ implemented these, they will still get their desired results. Removed them so A) We don't encourage people to use them, and B) We don't fool ourselves with is_callable()
includes/AuthPlugin.php
includes/Preferences.php