From b57fc2e3ea2212b0a251164fea827a20d5e2eada Mon Sep 17 00:00:00 2001 From: Tim Otten Date: Fri, 8 Mar 2013 02:31:18 -0500 Subject: [PATCH] Doc tweak --- CRM/Core/Permission/Base.php | 1 + 1 file changed, 1 insertion(+) diff --git a/CRM/Core/Permission/Base.php b/CRM/Core/Permission/Base.php index 8293a5b7e5..d53e3dfaf8 100644 --- a/CRM/Core/Permission/Base.php +++ b/CRM/Core/Permission/Base.php @@ -192,6 +192,7 @@ class CRM_Core_Permission_Base { * there's one, predictable calling convention (regardless of CMS). * * @return Array of permissions, in the same format as CRM_Core_Permission::getCorePermissions(). + * @see CRM_Core_Permission::getCorePermissions */ static function getModulePermissions($module) { $return_permissions = array(); -- 2.25.1