From cb98a6fc94bbfb3f657f3cc4bb4181c45c21a48f Mon Sep 17 00:00:00 2001 From: Dmitriy Simushev Date: Mon, 8 Sep 2014 12:39:09 +0000 Subject: [PATCH] Fix typo in comment --- src/mibew/libs/operator.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mibew/libs/operator.php b/src/mibew/libs/operator.php index 5415b82c..cf7e029a 100644 --- a/src/mibew/libs/operator.php +++ b/src/mibew/libs/operator.php @@ -657,7 +657,7 @@ function in_isolation($operator) * Prepare values to render page menu. * * @param array $operator An array with operators data. - * @param boolean $hasright Restricts access to menu items. If it equals to + * @param boolean $has_right Restricts access to menu items. If it equals to * FALSE only "Home", "Visitors", and "Chat history" items will be displayed. * Otherwise items set depends on operator's permissions and system settings. * Default value is TRUE.