Completed
Pull Request — master (#624)
by Michael
24:05
created
htdocs/modules/notifications/admin/about.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -16,7 +16,7 @@
 block discarded – undo
16 16
  * @author          trabis <[email protected]>
17 17
  */
18 18
 
19
-include __DIR__ . '/header.php';
19
+include __DIR__.'/header.php';
20 20
 
21 21
 $xoops = Xoops::getInstance();
22 22
 $xoops->header();
Please login to merge, or discard this patch.
htdocs/modules/notifications/class/notification.php 1 patch
Spacing   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -487,19 +487,19 @@
 block discarded – undo
487 487
         $tags = $helper->getTags($category, $item_id, $event, $module->getVar('dirname'));
488 488
 
489 489
         $tags['X_ITEM_NAME']
490
-            = !empty($item_info['name']) ? $item_info['name'] : '[' . _MD_NOTIFICATIONS_ITEMNAMENOTAVAILABLE . ']';
490
+            = !empty($item_info['name']) ? $item_info['name'] : '['._MD_NOTIFICATIONS_ITEMNAMENOTAVAILABLE.']';
491 491
         $tags['X_ITEM_URL']
492
-            = !empty($item_info['url']) ? $item_info['url'] : '[' . _MD_NOTIFICATIONS_ITEMURLNOTAVAILABLE . ']';
492
+            = !empty($item_info['url']) ? $item_info['url'] : '['._MD_NOTIFICATIONS_ITEMURLNOTAVAILABLE.']';
493 493
         $tags['X_ITEM_TYPE']
494 494
             = !empty($category_info['item_name']) ? $category_info['title'] : '['
495
-            . _MD_NOTIFICATIONS_ITEMTYPENOTAVAILABLE . ']';
495
+            . _MD_NOTIFICATIONS_ITEMTYPENOTAVAILABLE.']';
496 496
         $tags['X_MODULE'] = $module->getVar('name');
497
-        $tags['X_MODULE_URL'] = \XoopsBaseConfig::get('url') . '/modules/' . $module->getVar('dirname') . '/';
497
+        $tags['X_MODULE_URL'] = \XoopsBaseConfig::get('url').'/modules/'.$module->getVar('dirname').'/';
498 498
         $tags['X_NOTIFY_CATEGORY'] = $category;
499 499
         $tags['X_NOTIFY_EVENT'] = $event;
500 500
 
501 501
         $template_dir = $event_info['mail_template_dir'];
502
-        $template = $event_info['mail_template'] . '.tpl';
502
+        $template = $event_info['mail_template'].'.tpl';
503 503
         $subject = $event_info['mail_subject'];
504 504
 
505 505
         foreach ($notifications as $notification) {
Please login to merge, or discard this patch.
htdocs/modules/debugbar/admin/index.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -16,10 +16,10 @@
 block discarded – undo
16 16
  * @author       XOOPS Development Team
17 17
  */
18 18
 
19
-include_once __DIR__ . '/admin_header.php';
19
+include_once __DIR__.'/admin_header.php';
20 20
 
21 21
 $moduleAdmin = new \Xoops\Module\Admin();
22 22
 $moduleAdmin->displayNavigation('index.php');
23 23
 $moduleAdmin->displayIndex();
24 24
 
25
-include_once __DIR__ . '/admin_footer.php';
25
+include_once __DIR__.'/admin_footer.php';
Please login to merge, or discard this patch.
htdocs/modules/debugbar/language/english/admin.php 1 patch
Spacing   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -15,7 +15,7 @@
 block discarded – undo
15 15
  * @author    Richard Griffith <[email protected]>
16 16
  */
17 17
 
18
-define('_MA_DEBUGBAR_PERMISSION_FORM','DebugBar Usage Permissions');
19
-define('_MA_DEBUGBAR_PERMISSION_GROUPS','Select groups that may use the DebugBar');
20
-define('_MA_DEBUGBAR_FORM_SUBMIT','Save');
21
-define('_MA_DEBUGBAR_FORM_PROCESSED','Permissions updated.');
18
+define('_MA_DEBUGBAR_PERMISSION_FORM', 'DebugBar Usage Permissions');
19
+define('_MA_DEBUGBAR_PERMISSION_GROUPS', 'Select groups that may use the DebugBar');
20
+define('_MA_DEBUGBAR_FORM_SUBMIT', 'Save');
21
+define('_MA_DEBUGBAR_FORM_PROCESSED', 'Permissions updated.');
Please login to merge, or discard this patch.
htdocs/modules/waiting/admin/plugins.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -21,7 +21,7 @@
 block discarded – undo
21 21
  * @author          trabis <[email protected]>
22 22
  * @version         $Id$
23 23
  */
24
-include __DIR__ . '/header.php';
24
+include __DIR__.'/header.php';
25 25
 
26 26
 // Get main instance
27 27
 $xoops = \Xoops::getInstance();
Please login to merge, or discard this patch.
htdocs/modules/waiting/admin/index.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -20,7 +20,7 @@
 block discarded – undo
20 20
  * @version         $Id$
21 21
  */
22 22
 
23
-include __DIR__ . '/header.php';
23
+include __DIR__.'/header.php';
24 24
 $xoops = Xoops::getInstance();
25 25
 
26 26
 // header
Please login to merge, or discard this patch.
htdocs/modules/waiting/admin/header.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -20,4 +20,4 @@
 block discarded – undo
20 20
  * @version         $Id$
21 21
  */
22 22
 
23
-require_once dirname(dirname(dirname(__DIR__))) . '/include/cp_header.php';
23
+require_once dirname(dirname(dirname(__DIR__))).'/include/cp_header.php';
Please login to merge, or discard this patch.
htdocs/modules/userconfigs/admin/about.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -16,10 +16,10 @@
 block discarded – undo
16 16
  * @version         $Id: about.php 8065 2011-11-06 02:02:32Z beckmi $
17 17
  */
18 18
 
19
-require __DIR__ . '/admin_header.php';
19
+require __DIR__.'/admin_header.php';
20 20
 
21 21
 $aboutAdmin = new \Xoops\Module\Admin();
22 22
 $aboutAdmin->displayNavigation('about.php');
23 23
 $aboutAdmin->displayAbout(true);
24 24
 
25
-require __DIR__ . '/admin_footer.php';
25
+require __DIR__.'/admin_footer.php';
Please login to merge, or discard this patch.
htdocs/modules/userconfigs/admin/index.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -16,10 +16,10 @@
 block discarded – undo
16 16
  * @version         $Id: about.php 8065 2011-11-06 02:02:32Z beckmi $
17 17
  */
18 18
 
19
-require __DIR__ . '/admin_header.php';
19
+require __DIR__.'/admin_header.php';
20 20
 
21 21
 $indexAdmin = new \Xoops\Module\Admin();
22 22
 $indexAdmin->displayNavigation('index.php');
23 23
 $indexAdmin->displayIndex();
24 24
 
25
-require __DIR__ . '/admin_footer.php';
25
+require __DIR__.'/admin_footer.php';
Please login to merge, or discard this patch.