// Fix missing Core suffix for some classes / controllers

This commit is contained in:
rMalie
2011-12-05 16:49:05 +00:00
parent d5ca3fc687
commit 5361b1f68d
19 changed files with 22 additions and 23 deletions
+1 -1
View File
@@ -25,7 +25,7 @@
* International Registered Trademark & Property of PrestaShop SA
*/
class AdminAccessController extends AdminController
class AdminAccessControllerCore extends AdminController
{
/* Black list of id_tab that do not have access */
public $accesses_black_list = array(107);