Skip to content

Commit

Permalink
[-] MO : fixed bad path in productcomments
Browse files Browse the repository at this point in the history
  • Loading branch information
Damien Metzger committed Dec 26, 2012
1 parent 404f366 commit d0487a9
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions modules/productcomments/productcommentscriterion.php
Expand Up @@ -24,9 +24,7 @@
* International Registered Trademark & Property of PrestaShop SA
*/

require_once(dirname(__FILE__).'/../../classes/Validate.php');
require_once(dirname(__FILE__).'/../../classes/Db.php');
require_once(dirname(__FILE__).'/../../classes/Tools.php');
require_once(dirname(__FILE__).'/../../config/config.inc.php');
require_once(dirname(__FILE__).'/ProductCommentCriterion.php');

if (empty($_GET['id_lang']) === false &&
Expand Down

0 comments on commit d0487a9

Please sign in to comment.