mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-02 16:52:16 +09:00
Fix capitalization of class names in Board module
This commit is contained in:
parent
67b4e7eade
commit
b562df8959
10 changed files with 10 additions and 10 deletions
|
|
@ -7,7 +7,7 @@
|
|||
* @brief board module high class
|
||||
**/
|
||||
|
||||
class board extends ModuleObject
|
||||
class Board extends ModuleObject
|
||||
{
|
||||
var $search_option = array('title_content','title','content','comment','user_name','nick_name','user_id','tag'); ///< 검색 옵션
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue