Skip to content

Commit

Permalink
fixed #44 admin bar 비활성화.
Browse files Browse the repository at this point in the history
  • Loading branch information
bnu committed Nov 14, 2013
1 parent 5d78acb commit 7a100cd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions classes/display/HTMLDisplayHandler.php
Expand Up @@ -129,6 +129,8 @@ function toDoc(&$oModule)
{
Context::set('admin_bar', 'false');
}
// DISABLE ADMIN BAR
Context::set('admin_bar', 'false');

if(__DEBUG__ == 3)
{
Expand Down

0 comments on commit 7a100cd

Please sign in to comment.