From: Steve Sutton Date: Tue, 5 Jan 2016 18:06:46 +0000 (-0500) Subject: Bug fix WP 4.4 X-Git-Tag: v1.3.1^2~1 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=41e4d1227a998e821cf776bccca4498221a28e59;p=WP-Plugins%2Fglm-employment.git Bug fix WP 4.4 This was effected by wordpress 4.4 update --- diff --git a/controllers/front.php b/controllers/front.php index 610053b..f8fb43f 100644 --- a/controllers/front.php +++ b/controllers/front.php @@ -341,7 +341,7 @@ class glm_employment_front 'fname' => $this->fname, 'lname' => $this->lname, 'mname' => $this->mname, - 'position' => $this->job + 'position' => (isset($this->job) ? $this->job : 'NULL') ), array( '%s',