CC-2654: corrected spelling
- fixed
This commit is contained in:
parent
f6f27bf0ff
commit
b66a923d5f
2 changed files with 2 additions and 2 deletions
|
@ -58,7 +58,7 @@ $pages = array(
|
||||||
'module' => 'default',
|
'module' => 'default',
|
||||||
'controller' => 'Preference',
|
'controller' => 'Preference',
|
||||||
'action' => 'directory-config',
|
'action' => 'directory-config',
|
||||||
'id' => 'managa_folder'
|
'id' => 'manage_folder'
|
||||||
),
|
),
|
||||||
array(
|
array(
|
||||||
'label' => 'Stream Settings',
|
'label' => 'Stream Settings',
|
||||||
|
|
|
@ -14,7 +14,7 @@
|
||||||
</a>
|
</a>
|
||||||
<ul class="sub">
|
<ul class="sub">
|
||||||
<?php foreach ($page->getPages() as $sub) :
|
<?php foreach ($page->getPages() as $sub) :
|
||||||
if($isSaas && $sub->getId() == "managa_folder"){
|
if($isSaas && $sub->getId() == "manage_folder"){
|
||||||
continue;
|
continue;
|
||||||
} ?>
|
} ?>
|
||||||
<li>
|
<li>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue