diff --git a/input.php b/input.php --- a/input.php +++ b/input.php @@ -25,9 +25,7 @@ include_once 'inc/class.page.php'; require_once('inc/schedule_store.inc'); $scripts = array('jQuery', 'jQueryUI', 'jValidate','qTip','schedInput'); -$inputPage = new page('Scheduler', $scripts, FALSE); - - +$inputPage = page::page_create('Scheduler', $scripts, FALSE); $schedule_store = FALSE; $sch = FALSE;