Title: Mustache Class Bug
Last modified: August 31, 2016

---

# Mustache Class Bug

 *  [kopfpirat](https://wordpress.org/support/users/kopfpirat/)
 * (@kopfpirat)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/mustache-class-bug/)
 * Hi Jason,
 * I just had a problem with using a template – if there is another plugin, that
   uses mustache. I’ve got an error for redeclare the mustache class by activating
   the template.
 * I’ve fixed this manually:
    – hungryfeed.php:519 if ( ! class_exists(‘Mustache’))
   include_once(plugin_dir_path(__FILE__).’libs/Mustache.php’);
 * -instead of:
    include_once(plugin_dir_path(__FILE__).’libs/Mustache.php’);
 * And now it works properly. A included fix for the next release would be great.
   🙂
 * cheers
    kopfpirat
 * [https://wordpress.org/plugins/hungryfeed/](https://wordpress.org/plugins/hungryfeed/)

The topic ‘Mustache Class Bug’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/hungryfeed_5ea4d7.svg)
 * [HungryFEED](https://wordpress.org/plugins/hungryfeed/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/hungryfeed/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/hungryfeed/)
 * [Active Topics](https://wordpress.org/support/plugin/hungryfeed/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/hungryfeed/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/hungryfeed/reviews/)

## Tags

 * [mustache](https://wordpress.org/support/topic-tag/mustache/)

 * 0 replies
 * 1 participant
 * Last reply from: [kopfpirat](https://wordpress.org/support/users/kopfpirat/)
 * Last activity: [10 years, 5 months ago](https://wordpress.org/support/topic/mustache-class-bug/)
 * Status: not resolved