CC-2654: corrected spelling

- fixed
This commit is contained in:
james 2011-09-07 16:19:35 -04:00
parent f6f27bf0ff
commit b66a923d5f
2 changed files with 2 additions and 2 deletions

View File

@ -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',

View File

@ -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>