Completed
Push — 1.11.x ( a69e20...60645e )
by José
113:03 queued 73:51
created
plugin/show_user_info/index.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -1,11 +1,11 @@
 block discarded – undo
1 1
 <?php
2 2
 // Show the FACEBOOK login button
3
-$_template['show_message']   = false;
3
+$_template['show_message'] = false;
4 4
 
5 5
 //if (api_is_anonymous() && api_get_setting('facebook_login_activate') == 'true') {
6 6
 if (api_is_anonymous()) {
7 7
     require_once api_get_path(SYS_CODE_PATH)."auth/external_login/facebook.inc.php";
8
-    $_template['show_message']   = true;
8
+    $_template['show_message'] = true;
9 9
     // the default title
10 10
     $button_url = api_get_path(WEB_PLUGIN_PATH)."add_facebook_login_button/img/cnx_fb.png";
11 11
     $href_link = facebookGetLoginUrl();
Please login to merge, or discard this patch.
plugin/formLogin_hide_unhide/index.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -1,11 +1,11 @@
 block discarded – undo
1 1
 <?php
2 2
 // Show the FACEBOOK login button
3
-$_template['show_message']   = false;
3
+$_template['show_message'] = false;
4 4
 
5 5
 //if (api_is_anonymous() && api_get_setting('facebook_login_activate') == 'true') {
6 6
 if (api_is_anonymous()) {
7 7
     require_once api_get_path(SYS_CODE_PATH)."auth/external_login/facebook.inc.php";
8
-    $_template['show_message']   = true;
8
+    $_template['show_message'] = true;
9 9
     // the default title
10 10
     $button_url = api_get_path(WEB_PLUGIN_PATH)."add_facebook_login_button/img/cnx_fb.png";
11 11
     $href_link = facebookGetLoginUrl();
Please login to merge, or discard this patch.
plugin/buycourses/plugin.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -8,7 +8,7 @@
 block discarded – undo
8 8
 /**
9 9
  * Initialization
10 10
  */
11
-require_once dirname(__FILE__) . '/config.php';
11
+require_once dirname(__FILE__).'/config.php';
12 12
 if (!api_is_platform_admin()) {
13 13
     die ('You must have admin permissions to install plugins');
14 14
 }
Please login to merge, or discard this patch.
plugin/buycourses/uninstall.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -8,7 +8,7 @@
 block discarded – undo
8 8
 /**
9 9
  * Initialization
10 10
  */
11
-require_once dirname(__FILE__) . '/config.php';
11
+require_once dirname(__FILE__).'/config.php';
12 12
 if (!api_is_platform_admin()) {
13 13
     die ('You must have admin permissions to install plugins');
14 14
 }
Please login to merge, or discard this patch.
plugin/courselegal/config.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -7,7 +7,7 @@
 block discarded – undo
7 7
  * @package chamilo.plugin.clockworksms
8 8
  * @author  Imanol Losada <[email protected]>
9 9
  */
10
-require_once __DIR__ . '/../../main/inc/global.inc.php';
10
+require_once __DIR__.'/../../main/inc/global.inc.php';
11 11
 
12 12
 require_once 'lib/clockworksms.lib.php';
13 13
 require_once 'vendor/clockworksms_api.php';
Please login to merge, or discard this patch.
plugin/courselegal/start.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,7 +1,7 @@
 block discarded – undo
1 1
 <?php
2 2
 /* For license terms, see /license.txt */
3 3
 
4
-require_once dirname(__FILE__) . '/config.php';
4
+require_once dirname(__FILE__).'/config.php';
5 5
 
6 6
 if (!api_is_platform_admin()) {
7 7
     die ('You must have admin permissions to install plugins');
Please login to merge, or discard this patch.
plugin/pens/lib/pens/pens_request_collect.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -26,7 +26,7 @@
 block discarded – undo
26 26
  * @licence http://www.gnu.org/licenses/gpl.txt
27 27
  */
28 28
 
29
-require_once __DIR__ . '/pens_request.php';
29
+require_once __DIR__.'/pens_request.php';
30 30
 
31 31
 /**
32 32
  * PENSRequestReceipt
Please login to merge, or discard this patch.
plugin/pens/lib/pens/pens_request_alert.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -26,7 +26,7 @@
 block discarded – undo
26 26
  * @licence http://www.gnu.org/licenses/gpl.txt
27 27
  */
28 28
 
29
-require_once __DIR__ . '/pens_request.php';
29
+require_once __DIR__.'/pens_request.php';
30 30
 
31 31
 /**
32 32
  * PENSRequestReceipt
Please login to merge, or discard this patch.
plugin/pens/lib/pens_client_test.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -23,7 +23,7 @@
 block discarded – undo
23 23
  * @licence http://www.gnu.org/licenses/gpl.txt
24 24
  */
25 25
 
26
-require_once __DIR__ . '/pens.php';
26
+require_once __DIR__.'/pens.php';
27 27
 
28 28
 class MyPackageHandler extends PENSPackageHandler {
29 29
 	public function processPackage($request, $path_to_package) {
Please login to merge, or discard this patch.