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!'); ...@@ -19,7 +19,7 @@ if(!defined('INCLUDE_DIR')) die('Fatal Error. Kwaheri!');
require_once(INCLUDE_DIR.'class.staff.php'); require_once(INCLUDE_DIR.'class.staff.php');
require_once(INCLUDE_DIR.'class.csrf.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']; $dest = $_SESSION['_staff']['auth']['dest'];
$msg = $_SESSION['_staff']['auth']['msg']; $msg = $_SESSION['_staff']['auth']['msg'];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment