Skip to content

Commit

Permalink
Fix entry, add librarymap to bootstrap
Browse files Browse the repository at this point in the history
  • Loading branch information
kaecyra committed Jun 18, 2010
1 parent d01867b commit 85218d5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Expand Up @@ -130,7 +130,7 @@ public function Auth($AuthenticationSchemeAlias = 'default') {
}

public function Index() {
$this->Auth();
$this->SignIn();
}

/**
Expand Down
1 change: 1 addition & 0 deletions bootstrap.php
Expand Up @@ -37,6 +37,7 @@
require_once(PATH_LIBRARY_CORE . DS . 'class.dispatcher.php');
require_once(PATH_LIBRARY_CORE . DS . 'class.filesystem.php');
require_once(PATH_LIBRARY_CORE . DS . 'class.filecache.php');
require_once(PATH_LIBRARY_CORE . DS . 'class.librarymap.php');
require_once(PATH_LIBRARY_CORE . DS . 'class.format.php');
require_once(PATH_LIBRARY_CORE . DS . 'class.model.php');
require_once(PATH_LIBRARY_CORE . DS . 'class.module.php');
Expand Down

0 comments on commit 85218d5

Please sign in to comment.