From: Steve Sutton Date: Fri, 15 Jan 2016 19:23:52 +0000 (-0500) Subject: for permission for settings X-Git-Tag: v2.0.0^2~5 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=e22d84b48c9e555819db570bf0d63035618b63b9;p=WP-Plugins%2Fglm-employment.git for permission for settings --- diff --git a/controllers/admin.php b/controllers/admin.php index a226841..6f29e1e 100644 --- a/controllers/admin.php +++ b/controllers/admin.php @@ -49,7 +49,7 @@ class glm_employment_admin 'edit.php?post_type=' . GLM_EMP_POST_TYPE, 'settings', 'Settings', - GLM_EMP_NEW_CAPABILITY, + 'edit_posts', GLM_EMP_SETTINGS, array($this, 'show_job_settings') );