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

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