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 ){