Skip to content
This repository was archived by the owner on Sep 13, 2024. It is now read-only.

Commit 86add2a

Browse files
Change case sensitive
1 parent 6dac51e commit 86add2a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

config/version.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@
99
* Contributor(s): YetiForce.com
1010
* ****************************************************************************** */
1111
$patch_version = '20160518';
12-
$YetiForce_current_version = '3.0.165';
12+
$YetiForce_current_version = '3.0.166';
1313
$_SESSION['yetiforce_version'] = $YetiForce_current_version;

include/utils/UserInfoUtil.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ function isPermitted($module, $actionname, $record_id = '')
285285
}
286286

287287
//If no actionid, then allow action is vtiger_tab permission is available
288-
if ($actionid === '' || $actionid === NULL) {
288+
if ($actionid === '' || $actionid === null) {
289289
if ($profileTabsPermission[$tabid] == 0) {
290290
$permission = 'yes';
291291
} else {

0 commit comments

Comments
 (0)