// Fix missing Core suffix for some classes / controllers

This commit is contained in:
rMalie
2011-12-05 16:49:05 +00:00
parent 81b04a9d6f
commit ba8c205c33
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);