X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/banques/?a=blobdiff_plain;f=includes%2Fresourceloader%2FResourceLoaderModule.php;h=7351cb3ef5260b9c6232e0cdc14a04ef0c896af0;hb=28d17d2b10816e7f017dabde707f86761db04a05;hp=6d1529b11a51c8b44d96cfbb85d9af1accd1394d;hpb=6c3b72e3e90df4eed1487958f4178cd7c0c7bfad;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/resourceloader/ResourceLoaderModule.php b/includes/resourceloader/ResourceLoaderModule.php index 6d1529b11a..7351cb3ef5 100644 --- a/includes/resourceloader/ResourceLoaderModule.php +++ b/includes/resourceloader/ResourceLoaderModule.php @@ -139,7 +139,7 @@ abstract class ResourceLoaderModule implements LoggerAwareInterface { * * @return string JavaScript code */ - protected function getDeprecationInformation() { + public function getDeprecationInformation() { $deprecationInfo = $this->deprecated; if ( $deprecationInfo ) { $name = $this->getName();