Completed
Pull Request — master (#218)
by
unknown
03:28
created
public_html/tc/services/ApplicationDeclarationService.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -82,7 +82,7 @@
 block discarded – undo
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);
Please login to merge, or discard this patch.
public_html/tc/dao/BaseDAO.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -2,7 +2,7 @@
 block discarded – undo
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
Please login to merge, or discard this patch.