Merge pull request #10541 from JMAConsulting/CRM-20411
[civicrm-core.git] / CRM / Core / Config.php
index 33c2f3bfd1f3afff02ca57330a1a9e05632ab90c..3ed5ed7d62defff9c161a4f3b09f385cc5edfdd5 100644 (file)
@@ -44,6 +44,7 @@ require_once 'api/api.php';
  * Class CRM_Core_Config
  *
  * @property CRM_Utils_System_Base $userSystem
+ * @property CRM_Core_Permission_Base $userPermissionClass
  * @property array $enableComponents
  * @property array $languageLimit
  * @property bool $debug
@@ -488,7 +489,7 @@ class CRM_Core_Config extends CRM_Core_Config_MagicMerge {
    * Conditionally fire an event during the first page run.
    *
    * The install system is currently implemented several times, so it's hard to add
-   * new installation logic. We use a poor-man's method to detect the first run.
+   * new installation logic. We use a makeshift method to detect the first run.
    *
    * Situations to test:
    *  - New installation