projects
/
WP-Plugins
/
glm-employment.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
549c059
)
Method name update
author
Steve Sutton
<steve@gaslightmedia.com>
Tue, 16 Dec 2014 13:25:22 +0000
(08:25 -0500)
committer
Steve Sutton
<steve@gaslightmedia.com>
Tue, 16 Dec 2014 13:25:22 +0000
(08:25 -0500)
Need correct method name
models/job.php
patch
|
blob
|
history
diff --git
a/models/job.php
b/models/job.php
index
2927364
..
bf7681e
100644
(file)
--- 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_m
eta'), GLM_EMP_POST_TYPE);
+ array($this, 'edit
JobM
eta'), GLM_EMP_POST_TYPE);
}
public function editJobMeta()