Skip to content
Snippets Groups Projects
Commit cbab2c6a authored by Jared Hancock's avatar Jared Hancock
Browse files

oops: Fix misnamed page content on staff login

parent b3f10fbb
No related branches found
No related tags found
No related merge requests found
......@@ -19,7 +19,7 @@ if(!defined('INCLUDE_DIR')) die('Fatal Error. Kwaheri!');
require_once(INCLUDE_DIR.'class.staff.php');
require_once(INCLUDE_DIR.'class.csrf.php');
$content = Page::lookup(Page::getIdByType('staff-banner'));
$content = Page::lookup(Page::getIdByType('banner-staff'));
$dest = $_SESSION['_staff']['auth']['dest'];
$msg = $_SESSION['_staff']['auth']['msg'];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment