From 3ad64f309b3c11f3fddd65a66d4913a97be67b54 Mon Sep 17 00:00:00 2001 From: Olusesan Ameye Date: Sun, 21 Aug 2022 12:54:37 -0400 Subject: [PATCH] fix --- www/application/controllers/Jobs.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/application/controllers/Jobs.php b/www/application/controllers/Jobs.php index 6c149322..37599a97 100644 --- a/www/application/controllers/Jobs.php +++ b/www/application/controllers/Jobs.php @@ -930,7 +930,7 @@ echo $this->getMarketInterestMessage( $in['offer_code'], $out['client_id'] ); } // You get here if you dont find any template - let see if this is an existimg job // d9bf082d-b72f-45d9-80d7-490d58a3bd2d - if (strlen($template_page) < 40){ // dont et attacked here , clean it up + if (strlen($template_page) < 40 && strlen($template_page) > 15){ // dont et attacked here , clean it up $this->load->model('job_model'); $jobDataRows = $this->job_model->selectUserJobUid($_SESSION['member_id'],$template_page); if (count($jobDataRows) > 0 ){