Passed
Push — release_2_1 ( 4c3436...9a15b2 )
by Tomasz
08:39
created
web/skins/modern/resources/css/cat-user.css.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -18,7 +18,7 @@
 block discarded – undo
18 18
  * License: see the web/copyright.inc.php file in the file structure or
19 19
  *          <base_url>/copyright.php after deploying the software
20 20
  */
21
-require dirname(dirname(dirname(dirname(dirname(dirname(__FILE__)))))) . "/config/_config.php";
21
+require dirname(dirname(dirname(dirname(dirname(dirname(__FILE__))))))."/config/_config.php";
22 22
 $langInstance = new core\common\Language();
23 23
 $start = $langInstance->rtl ? "right" : "left";
24 24
 $end = $langInstance->rtl ? "left" : "right";
Please login to merge, or discard this patch.