Skip to content

Commit

Permalink
Merge pull request #119 from jmarceli/fix_includes
Browse files Browse the repository at this point in the history
fix bug in included files
  • Loading branch information
LC43 committed Nov 23, 2015
2 parents 22a5763 + 966b18d commit f00978c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qtranslate-slug.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ function _debug( $message ) {
*/
include_once(dirname(__FILE__).'/includes/class-qtranslate-slug-widget.php');
include_once(dirname(__FILE__).'/includes/class-qtranslate-slug.php');
include_once(dirname(__FILE__).'/termmeta-core.php'); // termmeta install and core functions
include_once(dirname(__FILE__).'/includes/termmeta-core.php'); // termmeta install and core functions
////////////////////////////////////////////////////////////////////////////////////////


Expand Down

0 comments on commit f00978c

Please sign in to comment.