Completed
Pull Request — master (#11)
by Patrick
03:02
created
class.Settings.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -60,6 +60,9 @@
 block discarded – undo
60 60
         return array();
61 61
     }
62 62
 
63
+    /**
64
+     * @param boolean $default
65
+     */
63 66
     private function getLDAPHost($default)
64 67
     {
65 68
         if(!isset(FlipsideSettings::$ldap) || !isset(FlipsideSettings::$ldap['host']))
Please login to merge, or discard this patch.