Fix capitalization of class names in Page module

This commit is contained in:
Kijin Sung 2023-06-19 13:44:08 +09:00
parent 002f62ad8f
commit 67b4e7eade
8 changed files with 8 additions and 8 deletions

View file

@ -5,7 +5,7 @@
* @author NAVER (developers@xpressengine.com)
* @brief controller class of the document module
*/
class pageController extends page
class PageController extends Page
{
var $target_path = '';