From: Steve Sutton Date: Tue, 16 Dec 2014 13:25:22 +0000 (-0500) Subject: Method name update X-Git-Tag: v1.0.1~23 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=0439f3ec50342e05b8c9c41b1a30861ee18bb852;p=WP-Plugins%2Fglm-employment.git Method name update Need correct method name --- diff --git a/models/job.php b/models/job.php index 2927364..bf7681e 100644 --- a/models/job.php +++ b/models/job.php @@ -84,7 +84,7 @@ class glm_employment_job public function metaDates() { add_meta_box('glm_employment_meta', 'Position Information', - array($this, 'edit_job_meta'), GLM_EMP_POST_TYPE); + array($this, 'editJobMeta'), GLM_EMP_POST_TYPE); } public function editJobMeta()