Title: Patch for Security Bug?
Last modified: August 22, 2016

---

# Patch for Security Bug?

 *  Resolved [MrMarkG](https://wordpress.org/support/users/mrmarkg/)
 * (@mrmarkg)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/patch-for-security-bug/)
 * Hi,
 * I’ve customised my version of FEPM a reasonable amount to make it fit in with
   Bootstrap and the theme of my site.
 * I’m not bothered about attachment functionality in the new version, and so I 
   wondered if I could just get a patch to fix the security bugs (or a proc or something
   to change) rather than update the whole plugin?
 * Currently it’s working really well for me.
 * Thanks,
 * Mark
 * [https://wordpress.org/plugins/front-end-pm/](https://wordpress.org/plugins/front-end-pm/)

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Plugin Author [Shamim Hasan](https://wordpress.org/support/users/shamim51/)
 * (@shamim51)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/patch-for-security-bug/#post-5320636)
 * find in fep-class.php
 *     ```
       ( isset( $_GET['fepaction'] ) ) ? $_GET['fepaction']: '' === 'viewallmgs'
       ```
   
 * replace with
 *     ```
       $_GET['fepaction'] === 'viewallmgs'
       ```
   
 *  Thread Starter [MrMarkG](https://wordpress.org/support/users/mrmarkg/)
 * (@mrmarkg)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/patch-for-security-bug/#post-5320653)
 * Perfect – thank you!
 * And just to say I’ve been “bootstrapping” your plugin to fit in with my theme,
   and although I’m not a regular PHP programmer I find the code and the plugin’s
   operation very easy to follow.
 * Regards,
 * Mark

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Patch for Security Bug?’ is closed to new replies.

 * ![](https://ps.w.org/front-end-pm/assets/icon-256x256.gif?rev=2309447)
 * [Front End PM](https://wordpress.org/plugins/front-end-pm/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/front-end-pm/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/front-end-pm/)
 * [Active Topics](https://wordpress.org/support/plugin/front-end-pm/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/front-end-pm/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/front-end-pm/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [MrMarkG](https://wordpress.org/support/users/mrmarkg/)
 * Last activity: [11 years, 9 months ago](https://wordpress.org/support/topic/patch-for-security-bug/#post-5320653)
 * Status: resolved