(REF) dev/core#2601 - Cleanup stale parameter
authorTim Otten <totten@civicrm.org>
Tue, 11 May 2021 21:52:46 +0000 (14:52 -0700)
committerTim Otten <totten@civicrm.org>
Tue, 11 May 2021 21:57:13 +0000 (14:57 -0700)
commit1a1100ef00a6c394d3f1744ae18b91f6e4a2c018
tree43c8b0869b410259212c4799a4ad218a535f8551
parent8df81b0e53df3be08338f50c6d2df43bbd46e6f5
(REF) dev/core#2601 - Cleanup stale parameter

Overview
--------

This cleans up a parameter that became unused/unnecessary in #20256.

History
-------

This revision is a little bouncy. Instead of before/after, here's a history:

* `<= v5.36`: `getAllModulePermissions($descriptions = FALSE)`
* `=  v5.37.0`: `getAllModulePermissions($descriptions = FALSE, &$permissions)`
* `>= v.37.1`: `getAllModulePermissions($descriptions = FALSE)`

I grepped `universe` to confirm that no other repos were using the intermediate signature.
CRM/Core/Permission.php