Skip to content

Commit

Permalink
Forgot one slash - Make it compatible with Windows, Suit
Browse files Browse the repository at this point in the history
  • Loading branch information
pH-7 committed Jan 11, 2016
1 parent 2e52dd8 commit 8b2cd97
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ public function pageDisplay()
{
$this->sTitle = t('Pages');

$this->_displayAction(PH7_PATH_SYS_MOD . 'page/' . PH7_VIEWS .PH7_TPL_NAME, '.tpl');
$this->_displayAction(PH7_PATH_SYS_MOD . 'page' . PH7_DS . PH7_VIEWS .PH7_TPL_NAME, '.tpl');
$this->manualTplInclude('protecteddisplay.inc.tpl');
$this->output();
}
Expand Down

0 comments on commit 8b2cd97

Please sign in to comment.