Skip to content

Commit

Permalink
akasima#2 PR 내용 rebase 후 merge 테스트 commit
Browse files Browse the repository at this point in the history
  • Loading branch information
akasima-pr-sender authored and akasima committed Jun 30, 2014
1 parent f9d27f8 commit 23ce0a3
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 0 deletions.
3 changes: 3 additions & 0 deletions modules/admin/admin.admin.view.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ class adminAdminView extends admin
*/
function init()
{
$a = 1;
$b = 1;

$this->addSome = new stdClass;

// forbit access if the user is not an administrator
Expand Down
2 changes: 2 additions & 0 deletions modules/board/board.view.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ class boardView extends board
**/
function init()
{
$a = 1;
$b = 1;
$oSecurity = new Security();
$oSecurity->encodeHTML('document_srl', 'comment_srl', 'vid', 'mid', 'page', 'category', 'search_target', 'search_keyword', 'sort_index', 'order_type', 'trackback_srl');

Expand Down
3 changes: 3 additions & 0 deletions modules/layout/layout.view.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ class layoutView extends layout
*/
function init()
{
$a = 1;
$b = 1;

$this->setTemplatePath($this->module_path.'tpl');
}

Expand Down
3 changes: 3 additions & 0 deletions modules/member/member.view.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ class memberView extends member
*/
function init()
{
$a = 1;
$b = 1;

// Get the member configuration
$oMemberModel = getModel('member');
$this->member_config = $oMemberModel->getMemberConfig();
Expand Down

0 comments on commit 23ce0a3

Please sign in to comment.