1
0
Fork 0
mirror of https://github.com/Yetangitu/ampache synced 2025-10-05 02:39:47 +02:00

fix 1201 and rewrite LDAP class

and ran php-cs-fixer as told in the wiki
This commit is contained in:
Niols 2016-04-15 17:11:41 +02:00
parent b6a8e86f05
commit 6cbf700151
77 changed files with 105 additions and 143 deletions

View file

@ -139,4 +139,3 @@ abstract class database_object
self::$_enabled = AmpConfig::get('memory_cache');
} // _auto_init
} // end database_object