mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-12 07:11:42 +09:00
delete debugPrint
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@8804 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
e3bfd18de7
commit
04390d7d26
1 changed files with 0 additions and 2 deletions
|
|
@ -284,7 +284,6 @@
|
|||
$oModule->setLayoutFile("layout.html");
|
||||
}elseif($grant->is_site_admin){
|
||||
$oSiteModel = &getModel('site');
|
||||
// debugPrint(Context::get('site_module_info'));
|
||||
$output = $oSiteModel->getSiteAdminMenu($logged_info);
|
||||
Context::set('gnbUrlList', $output->menuList);
|
||||
Context::set('parentSrl', $output->parentSrl);
|
||||
|
|
@ -361,7 +360,6 @@
|
|||
$type = $this->module_info->module_type;
|
||||
if(!$forward && $kind == "admin" && $type == "view")
|
||||
{
|
||||
|
||||
$oMemberModel = &getModel('member');
|
||||
$logged_info = $oMemberModel->getLoggedInfo();
|
||||
$grant = $oModuleModel->getGrant($oModule, $logged_info, $xml_info);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue