Code

Made get_methods method public
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 6 May 2010 08:07:28 +0000 (08:07 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 6 May 2010 08:07:28 +0000 (08:07 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18154 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-plugins/mail/personal/mail/class_mail-methods.inc

index cf49960065e8b038328e3c387c3c1c1c828c94bd..0f102b3b2cf66f134dd50d838e5837aa9feec8bd 100644 (file)
@@ -689,7 +689,7 @@ class mailMethod{
   /*! \brief  Returns the available mailMethods
       @return Array   A list of all avaialable mailMethods_
    */ 
-  static protected function get_methods()
+  static function get_methods()
   {
     global $class_mapping;
     $available = array();