1
0
mirror of https://github.com/e107inc/e107.git synced 2025-07-31 11:50:30 +02:00

Comment for static variable.

This commit is contained in:
Lóna Lore
2016-02-14 13:16:24 +01:00
parent 332dc1739a
commit b6225413b9

View File

@@ -292,8 +292,8 @@ class e_library_manager
*/
public function load($name, $variant = null)
{
// Re-use the statically cached value to save memory.
static $loaded;
/* @FIXME Still needed? */
if(!isset($loaded[$name]))
{