mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-05 09:41:40 +09:00
Add 'member' to list of reserved words
This commit is contained in:
parent
bb013dd28a
commit
5e1452982f
1 changed files with 2 additions and 1 deletions
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
/**
|
||||
* Reserved words for Rhymix
|
||||
*
|
||||
*
|
||||
* Copyright (c) Rhymix Developers and Contributors
|
||||
*/
|
||||
return array(
|
||||
|
|
@ -12,6 +12,7 @@ return array(
|
|||
'admin' => true,
|
||||
'module' => true,
|
||||
'module_srl' => true,
|
||||
'member' => true,
|
||||
'member_srl' => true,
|
||||
'menu_srl' => true,
|
||||
'menu_item_srl' => true,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue