fixed #44 admin bar 비활성화.

This commit is contained in:
bnu 2013-11-15 01:56:08 +09:00
parent 5d78acb99e
commit 7a100cd740

View file

@ -129,6 +129,8 @@ class HTMLDisplayHandler
{
Context::set('admin_bar', 'false');
}
// DISABLE ADMIN BAR
Context::set('admin_bar', 'false');
if(__DEBUG__ == 3)
{