Skip to content

Commit

Permalink
some more error filtering
Browse files Browse the repository at this point in the history
  • Loading branch information
uncovery committed May 16, 2016
1 parent 2ecc533 commit f6bfeb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion unc_gallery.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
require_once('/home/includes/xmpp_error/xmpp_error.php');
$XMPP_ERROR['config']['project_name'] = 'unc_gallery';
$XMPP_ERROR['config']['enabled'] = true;
$XMPP_ERROR['config']['ignore_warnings'] = array('jaxl', 'iwp-client', 'multi-column-tag-map', 'wp-spamfree');
$XMPP_ERROR['config']['ignore_warnings'] = array('jaxl', 'iwp-client', 'multi-column-tag-map', 'wp-spamfree', 'plugin.php');
$XMPP_ERROR['config']['track_globals'] = array('UNC_GALLERY');
}
// actions on activating and deactivating the plugin
Expand Down

0 comments on commit f6bfeb3

Please sign in to comment.