@@ -82,7 +82,7 @@ |
||
| 82 | 82 | $jobPosterApplicationId = Utils::getParameterFromRequest($requestParams,4); |
| 83 | 83 | $criteriaId = Utils::getParameterFromRequest($requestParams,6); |
| 84 | 84 | |
| 85 | - //This action is available to the owner of the application, the owner of the job poster its for, and admins |
|
| 85 | + //This action is available to the owner of the application, the owner of the job poster its for, and admins |
|
| 86 | 86 | $userId = JobApplicationController::getJobApplicationUserId($jobPosterApplicationId); |
| 87 | 87 | $userPermissions = []; |
| 88 | 88 | $userPermissions[] = new UserPermission(ROLE_ADMIN); |
@@ -2,7 +2,7 @@ |
||
| 2 | 2 | |
| 3 | 3 | require_once __DIR__ . '/../config/php.config.inc'; |
| 4 | 4 | |
| 5 | - require_once __DIR__ . '/../config/db.config.inc'; |
|
| 5 | + require_once __DIR__ . '/../config/db.config.inc'; |
|
| 6 | 6 | |
| 7 | 7 | /** |
| 8 | 8 | * Summary: Database connection manager class |