Skip to content

Commit

Permalink
Update administrator/index.php
Browse files Browse the repository at this point in the history
Missing whitespaces fixed

Co-Authored-By: nextend <roland@nextendweb.com>
  • Loading branch information
SharkyKZ and nextend committed Nov 23, 2018
1 parent 4593319 commit 7eb1132
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion administrator/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
if (!defined('_JDEFINES'))
{
define('JPATH_BASE', $dir);
require_once JPATH_BASE.'/includes/defines.php';
require_once JPATH_BASE . '/includes/defines.php';
}

require_once JPATH_BASE . '/includes/framework.php';
Expand Down

0 comments on commit 7eb1132

Please sign in to comment.