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

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@17674 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
dMetzger
2012-10-02 08:58:17 +00:00
parent a5469504cb
commit 9fd5aca4dc
+1 -1
View File
@@ -25,6 +25,6 @@
* International Registered Trademark & Property of PrestaShop SA
*/
class AdminStatsControllerCore extends AdminStatsTabControllerCore
class AdminStatsControllerCore extends AdminStatsTabController
{
}