From: cajus Date: Thu, 16 Jun 2005 16:14:36 +0000 (+0000) Subject: Reverted to non static version X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=889ecad35a732ed292aeace6bd3b1f52d157c4ba;p=gosa.git Reverted to non static version git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@737 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/include/class_password-methods.inc b/include/class_password-methods.inc index cfa7b8aed..d633749fc 100644 --- a/include/class_password-methods.inc +++ b/include/class_password-methods.inc @@ -63,7 +63,7 @@ class passwordMethod // this function returns all loaded classes for password encryption - static function get_available_methods() + function get_available_methods() { $ret =false; $all = get_declared_classes();