Completed
Branch master (11f33f)
by Tim
03:19
created
ext_localconf.php 2 patches
Spacing   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -1,11 +1,11 @@  discard block
 block discarded – undo
1 1
 <?php
2
-<<<<<<< 5851fedfe7b02562c0bb0e52a45b9344b357a91b
3
-if (!defined ('TYPO3_MODE')) die ('Access denied.');
2
+<<<<<<<5851fedfe7b02562c0bb0e52a45b9344b357a91b
3
+if (!defined('TYPO3_MODE')) die ('Access denied.');
4 4
 
5 5
 \TYPO3\CMS\Extbase\Utility\ExtensionUtility::configurePlugin(
6 6
     $_EXTKEY
7 7
 );
8
-=======
8
+=== === =
9 9
 if (!defined('TYPO3_MODE')) {
10 10
     die('Access denied.');
11 11
 }
@@ -14,4 +14,4 @@  discard block
 block discarded – undo
14 14
     'Onpage',
15 15
     array()
16 16
 );
17
->>>>>>> Added BE Module
17
+>>>>>>>Added BE Module
Please login to merge, or discard this patch.
Braces   +3 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,6 +1,8 @@
 block discarded – undo
1 1
 <?php
2 2
 <<<<<<< 5851fedfe7b02562c0bb0e52a45b9344b357a91b
3
-if (!defined ('TYPO3_MODE')) die ('Access denied.');
3
+if (!defined ('TYPO3_MODE')) {
4
+    die ('Access denied.');
5
+}
4 6
 
5 7
 \TYPO3\CMS\Extbase\Utility\ExtensionUtility::configurePlugin(
6 8
     $_EXTKEY
Please login to merge, or discard this patch.
ext_tables.php 2 patches
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -16,8 +16,8 @@
 block discarded – undo
16 16
                         'Backend' => 'index',
17 17
         ),
18 18
         array(          // Additional configuration
19
-                           'access' => 'user,group',
20
-                           'icon'   => '',
21
-                           'labels' => 'OnPage.org',
19
+                            'access' => 'user,group',
20
+                            'icon'   => '',
21
+                            'labels' => 'OnPage.org',
22 22
         ));
23 23
 }
24 24
\ No newline at end of file
Please login to merge, or discard this patch.
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -9,8 +9,8 @@
 block discarded – undo
9 9
 if (TYPO3_MODE === 'BE') {
10 10
     \TYPO3\CMS\Extbase\Utility\ExtensionUtility::registerModule(
11 11
         'HDNET.'.$_EXTKEY,
12
-        'web',             // Position of the module
13
-        'management',               // module name
12
+        'web', // Position of the module
13
+        'management', // module name
14 14
         '',
15 15
         array(          // Allowed controller action combinations
16 16
                         'Backend' => 'index',
Please login to merge, or discard this patch.
Classes/Controller/BackendController.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
         $apiEndpoint = 'https://api.onpage.org';
21 21
         $zoomRoute = '/zoom/json';
22 22
 
23
-        $requestUrl = $apiEndpoint . $zoomRoute;
23
+        $requestUrl = $apiEndpoint.$zoomRoute;
24 24
 
25 25
 
26 26
         /***
Please login to merge, or discard this patch.