[-] BO : fixed wrong extends in the stats #PSCFV-3852

This commit is contained in:
dMetzger
2012-10-02 08:58:17 +00:00
parent cc6055e065
commit 965383ee1f
+1 -1
View File
@@ -25,6 +25,6 @@
* International Registered Trademark & Property of PrestaShop SA
*/
class AdminStatsControllerCore extends AdminStatsTabControllerCore
class AdminStatsControllerCore extends AdminStatsTabController
{
}