Browse Source

Minor - flint fixes

Julio Montoya 6 years ago
parent
commit
e8926650fa
3 changed files with 1 additions and 4 deletions
  1. 0 2
      main/document/showinframes.php
  2. 0 1
      main/inc/lib/display.lib.php
  3. 1 1
      main/inc/lib/social.lib.php

+ 0 - 2
main/document/showinframes.php

@@ -1,8 +1,6 @@
 <?php
 /* For licensing terms, see /license.txt */
 
-use ChamiloSession as Session;
-
 /**
  *  This file will show documents in a separate frame.
  *  We don't like frames, but it was the best of two bad things.

+ 0 - 1
main/inc/lib/display.lib.php

@@ -2837,7 +2837,6 @@ HTML;
             $counter++;
         }
 
-
         $defaultFeatures = implode("','", $defaultFeatures);
         $frameReady = '
           $.frameReady(function() {

+ 1 - 1
main/inc/lib/social.lib.php

@@ -2536,7 +2536,7 @@ class SocialManager extends UserManager
     /**
      * Get HTML code block for user skills.
      *
-     * @param int $userId The user ID
+     * @param int    $userId      The user ID
      * @param string $orientation
      *
      * @return string