From bf38b060479ecc76273786abc83295958ca79537 Mon Sep 17 00:00:00 2001 From: skrchnavy Date: Tue, 2 May 2017 13:32:23 +0200 Subject: [PATCH] small typo fixes in Legacy root usage --- ajax/getCandidateIdByEmail.php | 2 +- index.php | 4 ++-- lib/Dashboard.php | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ajax/getCandidateIdByEmail.php b/ajax/getCandidateIdByEmail.php index 9528ea3ed..90b44b6b2 100755 --- a/ajax/getCandidateIdByEmail.php +++ b/ajax/getCandidateIdByEmail.php @@ -29,7 +29,7 @@ $interface = new SecureAJAXInterface(); -include (LEGACY_ROOT .'/lib/Candidates.php'); +include (LEGACY_ROOT . '/lib/Candidates.php'); if (!isset($_REQUEST['email'])) { diff --git a/index.php b/index.php index e898f8595..356c64b46 100644 --- a/index.php +++ b/index.php @@ -40,7 +40,7 @@ /* Do we need to run the installer? */ if (!file_exists('INSTALL_BLOCK') && !isset($_POST['performMaintenence'])) { - include(LEGACY_ROOT .'/modules/install/notinstalled.php'); + include(LEGACY_ROOT . '/modules/install/notinstalled.php'); die(); } @@ -151,7 +151,7 @@ function stripslashes_deep($value) if (ModuleUtility::moduleExists("asp") && ModuleUtility::moduleExists("website")) { // FIXME: Can we optimize this a bit...? - include_once(LEGACY_ROOT .'/modules/asp/lib/General.php'); + include_once(LEGACY_ROOT . '/modules/asp/lib/General.php'); if (!(isset($careerPage) && $careerPage) && !(isset($rssPage) && $rssPage) && diff --git a/lib/Dashboard.php b/lib/Dashboard.php index c1c42f83b..5d2fb7d5e 100755 --- a/lib/Dashboard.php +++ b/lib/Dashboard.php @@ -30,7 +30,7 @@ * @version $Id: Dashboard.php 3784 2007-12-03 21:57:10Z brian $ */ -include_once(LEGACY_ROOT .'/lib/Calendar.php'); +include_once(LEGACY_ROOT . '/lib/Calendar.php'); /** * Dashboard Library