Completed
Pull Request — master (#622)
by Richard
29:20 queued 24s
created
htdocs/modules/notifications/admin/header.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -18,8 +18,8 @@
 block discarded – undo
18 18
  */
19 19
 
20 20
 
21
-include dirname(dirname(dirname(__DIR__))) . '/mainfile.php';
22
-require_once dirname(dirname(dirname(__DIR__))) . '/include/cp_header.php';
21
+include dirname(dirname(dirname(__DIR__))).'/mainfile.php';
22
+require_once dirname(dirname(dirname(__DIR__))).'/include/cp_header.php';
23 23
 
24 24
 $xoops = Xoops::getInstance();
25 25
 XoopsLoad::load('system', 'system');
Please login to merge, or discard this patch.
htdocs/modules/protector/language/russian/main.php 1 patch
Spacing   +7 added lines, -7 removed lines patch added patch discarded remove patch
@@ -3,13 +3,13 @@
 block discarded – undo
3 3
 
4 4
 
5 5
 // Appended by Xoops Language Checker -GIJOE- in 2009-08-29 04:13:45
6
-define('_MD_PROTECTOR_FMT_REGISTER_MORATORIUM','Post it again %s minutes later. (for Anti-SPAMMING, sorry)');
6
+define('_MD_PROTECTOR_FMT_REGISTER_MORATORIUM', 'Post it again %s minutes later. (for Anti-SPAMMING, sorry)');
7 7
 
8 8
 // Appended by Xoops Language Checker -GIJOE- in 2008-11-21 04:44:31
9
-define('_MD_PROTECTOR_FMT_JAILINFO','This restriction will be expired on %s');
10
-define('_MD_PROTECTOR_FMT_JAILTIME','Y-m-j H:i:s');
11
-define('_MD_PROTECTOR_BANDWIDTHLIMITED','This site is very crowed now. try later.');
9
+define('_MD_PROTECTOR_FMT_JAILINFO', 'This restriction will be expired on %s');
10
+define('_MD_PROTECTOR_FMT_JAILTIME', 'Y-m-j H:i:s');
11
+define('_MD_PROTECTOR_BANDWIDTHLIMITED', 'This site is very crowed now. try later.');
12 12
 
13
-define('_MD_PROTECTOR_YOUAREBADIP','You are registered as BAD_IP by Protector.') ;
14
-define('_MD_PROTECTOR_TURNJAVASCRIPTON','Turn JavaScript ON') ;
15
-define('_MD_PROTECTOR_DENYBYRBL','Protector rejects your post, because your IP is registered in RBL') ;
13
+define('_MD_PROTECTOR_YOUAREBADIP', 'You are registered as BAD_IP by Protector.');
14
+define('_MD_PROTECTOR_TURNJAVASCRIPTON', 'Turn JavaScript ON');
15
+define('_MD_PROTECTOR_DENYBYRBL', 'Protector rejects your post, because your IP is registered in RBL');
Please login to merge, or discard this patch.
htdocs/modules/debugbar/admin/about.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -17,10 +17,10 @@
 block discarded – undo
17 17
  * @author       XOOPS Development Team
18 18
  */
19 19
 
20
-include_once __DIR__ . '/admin_header.php';
20
+include_once __DIR__.'/admin_header.php';
21 21
 
22 22
 $moduleAdmin = new \Xoops\Module\Admin();
23 23
 $moduleAdmin->displayNavigation('about.php');
24 24
 $moduleAdmin->displayAbout(true);
25 25
 
26
-include_once __DIR__ . '/admin_footer.php';
26
+include_once __DIR__.'/admin_footer.php';
Please login to merge, or discard this patch.
htdocs/modules/debugbar/admin/admin_header.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -17,6 +17,6 @@
 block discarded – undo
17 17
  * @author       XOOPS Development Team
18 18
  */
19 19
 
20
-require_once dirname(dirname(dirname(__DIR__))) . '/include/cp_header.php';
20
+require_once dirname(dirname(dirname(__DIR__))).'/include/cp_header.php';
21 21
 $xoops = Xoops::getInstance();
22 22
 $xoops->header();
Please login to merge, or discard this patch.
htdocs/modules/menus/admin/about.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -17,7 +17,7 @@
 block discarded – undo
17 17
  * @version         $Id$
18 18
  */
19 19
 
20
-include __DIR__ . '/header.php';
20
+include __DIR__.'/header.php';
21 21
 
22 22
 $xoops = Xoops::getInstance();
23 23
 $xoops->header();
Please login to merge, or discard this patch.
htdocs/modules/menus/admin/index.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -17,7 +17,7 @@
 block discarded – undo
17 17
  * @version         $Id$
18 18
  */
19 19
 
20
-include __DIR__ . '/header.php';
20
+include __DIR__.'/header.php';
21 21
 
22 22
 $xoops = Xoops::getInstance();
23 23
 $xoops->header();
Please login to merge, or discard this patch.
htdocs/modules/usermenu/blocks/usermenu_usermenu.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -55,7 +55,7 @@
 block discarded – undo
55 55
                     if ($helper->isCurrentModule() && isset($res['subMenu']) && is_array($res['subMenu'])) {
56 56
                         foreach ($res['subMenu'] as  $key => $subMenu) {
57 57
                             if (isset($subMenu['name']) && isset($subMenu['link'])) {
58
-                                $subMenu['icon'] = isset($subMenu['icon']) ? $subMenu['icon'] :'glyphicon-menu-right';
58
+                                $subMenu['icon'] = isset($subMenu['icon']) ? $subMenu['icon'] : 'glyphicon-menu-right';
59 59
                                 $res['subMenu'][$key] = $subMenu;
60 60
                             }
61 61
                         }
Please login to merge, or discard this patch.
htdocs/modules/codex/index.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -15,7 +15,7 @@
 block discarded – undo
15 15
  * @author    trabis <[email protected]>
16 16
  */
17 17
 
18
-include dirname(dirname(__DIR__)) . '/mainfile.php';
18
+include dirname(dirname(__DIR__)).'/mainfile.php';
19 19
 
20 20
 $xoops = Xoops::getInstance();
21 21
 $xoops->header();
Please login to merge, or discard this patch.
htdocs/modules/codex/locale.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -23,7 +23,7 @@  discard block
 block discarded – undo
23 23
  * @author    Richard Griffith <[email protected]>
24 24
  */
25 25
 
26
-include dirname(dirname(__DIR__)) . '/mainfile.php';
26
+include dirname(dirname(__DIR__)).'/mainfile.php';
27 27
 
28 28
 $xoops = Xoops::getInstance();
29 29
 $xoops->header();
@@ -88,7 +88,7 @@  discard block
 block discarded – undo
88 88
 echo $xoops->translate('GENDER', 'codex', ['name' => 'Bob', 'gender' => 'picture']); echo '<br>';
89 89
 
90 90
 echo "<br>Usage on template<br>";
91
-\Xoops\Utils::dumpFile(__DIR__ .'/templates/language.tpl');
91
+\Xoops\Utils::dumpFile(__DIR__.'/templates/language.tpl');
92 92
 $tpl = new \Xoops\Core\XoopsTpl();
93 93
 $tpl->display("module:codex/language.tpl");
94 94
 
Please login to merge, or discard this patch.