Skip to content

Commit

Permalink
snippetmanager
Browse files Browse the repository at this point in the history
  • Loading branch information
mparaiso committed Mar 21, 2013
1 parent 49fb9d4 commit 27f6f43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/SnippetManager.php
Expand Up @@ -20,7 +20,7 @@ function __construct(array $values = array())
$this->mount("/admin",new AdminController);
$this->mount("/admin", new RoleController);
$this->mount("/admin", new CategoryController);
if($this["debug"]===false){
if($this["debug"]==false){
$this["controllers"]->requireHttps();
}

Expand Down

0 comments on commit 27f6f43

Please sign in to comment.