From 3b4f9155984be8a26b704709b1aa46c8478111ca Mon Sep 17 00:00:00 2001 From: Vojta Svoboda Date: Tue, 8 Dec 2015 11:54:38 +0100 Subject: [PATCH] Update SettingsManager.php I think that format is in Vendor.Modele format e.g. RainLab.User. --- modules/system/classes/SettingsManager.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/system/classes/SettingsManager.php b/modules/system/classes/SettingsManager.php index 58b6de68b..e99b450a7 100644 --- a/modules/system/classes/SettingsManager.php +++ b/modules/system/classes/SettingsManager.php @@ -209,7 +209,7 @@ class SettingsManager * The item will be displayed if the user has any of the specified permissions. * - order - a position of the item in the setting, optional. * - category - a string to assign this item to a category, optional. - * @param string $owner Specifies the setting items owner plugin or module in the format Vendor/Module. + * @param string $owner Specifies the setting items owner plugin or module in the format Vendor.Module. * @param array $definitions An array of the setting item definitions. */ public function registerSettingItems($owner, array $definitions) @@ -250,7 +250,7 @@ class SettingsManager /** * Sets the navigation context. - * @param string $owner Specifies the setting items owner plugin or module in the format Vendor/Module. + * @param string $owner Specifies the setting items owner plugin or module in the format Vendor.Module. * @param string $code Specifies the settings item code. */ public static function setContext($owner, $code)