1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-23 22:53:01 +02:00

Library Manager UI.

This commit is contained in:
lonalore
2016-06-20 11:12:25 +02:00
parent 6d9a98fdf6
commit 90e25f1d8a
7 changed files with 214 additions and 4 deletions

View File

@@ -433,7 +433,7 @@ class e_library_manager
* An associative array containing registered information for all libraries, the registered information for the
* library specified by $name, or FALSE if the library $name is not registered.
*/
private function &info($library = null)
public function &info($library = null)
{
// This static cache is re-used by detect() to save memory.
static $libraries;