fix: [UI] Add the create server sync description menu to the server list

pull/4718/head
iglocska 2019-05-30 14:52:47 +02:00
parent b23a2395e2
commit 179633983e
No known key found for this signature in database
GPG Key ID: BEA224F1FEF113AC
1 changed files with 1 additions and 1 deletions

View File

@ -503,7 +503,7 @@
break;
case 'sync':
if ($menuItem === 'createSync' && ($me['Role']['perm_sync'])) {
if ($me['Role']['perm_sync']) {
echo $this->element('/genericElements/SideMenu/side_menu_link', array(
'url' => '/servers/createSync',
'text' => __('Create Sync Config')