From: Steve Sutton Date: Tue, 5 Jan 2016 18:06:46 +0000 (-0500) Subject: Bug fix WP 4.4 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=f3de6f276052a24b64a233193fdd34487d5bdeb0;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 30aea10..2d27335 100644 --- a/controllers/front.php +++ b/controllers/front.php @@ -227,7 +227,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',