Method name update
authorSteve Sutton <steve@gaslightmedia.com>
Tue, 16 Dec 2014 13:25:22 +0000 (08:25 -0500)
committerSteve Sutton <steve@gaslightmedia.com>
Tue, 16 Dec 2014 13:25:22 +0000 (08:25 -0500)
Need correct method name

models/job.php

index 2927364..bf7681e 100644 (file)
@@ -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()