mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 02:31:40 +09:00
Fix capitalization of class names in Page module
This commit is contained in:
parent
002f62ad8f
commit
67b4e7eade
8 changed files with 8 additions and 8 deletions
|
|
@ -5,7 +5,7 @@
|
|||
* @author NAVER (developers@xpressengine.com)
|
||||
* @brief page admin view of the module class
|
||||
*/
|
||||
class pageAdminView extends page
|
||||
class PageAdminView extends Page
|
||||
{
|
||||
var $module_srl = 0;
|
||||
var $list_count = 20;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue